自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 [git] remote: Invalid username or password

Solution:Step 1: Control PanelStep 2: Credential ManagerStep 3: Click Window CredentialsStep 4: In Generic Credential section ,there would be git url, edit and update username and password Step 5: Restart Git Bash and try for clone

2020-09-23 17:59:37 766

原创 [VM] 如何给ESXi 上的VM缩小硬盘(VMDK)

问题描述:最近遇到了一个需要给ESXi host上的VM缩小硬盘的问题,本以为和单机版vmware类似,把guest os里面的disk shrink出来,然后在vmware里面减小size就行了。但是:it’s not supported.给一个VMware VM缩小硬盘的官方方法是使用VMware vCenter Converter。ShrinkingVirtual disk shrinking is supported when using VMware Converter conve

2020-09-11 18:31:13 13970 2

原创 [Git] 如何只cherry-pick 一个commit里面的某几个文件而不是全部?

问题描述:有时候我们做cherry pick的时候不想把整个commit 都pick过来,典型的原因比如:commit里面只有一个或几个文件对我们自己的branch是有用的。解决方案:试验下来,觉得最简单的方式是:git cherry-pick -n <commit_id>-n 的意思是:-n, --no-commit don't automatically commit如果commit里面有多个文件,执行此命令后需要先unstage 并恢复不想...

2020-09-11 17:34:33 4487 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除