把
git clone https://github.com/**.git
替换成
git clone git://github.com/**.git
雄关漫道真如铁 而今迈步从头越
把
git clone https://github.com/**.git
替换成
git clone git://github.com/**.git
git remote set-url origin git地址
执行`git log`
获取 commit
git reset --hard 8d722bb6e976f255f9c4c1bf9233c386d69ca5ed
2. 命令 ` Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm `
3. 确认是否安装git , 未安装请先安装,执行`git –version` 确认
4. 执行命令 ` PowerShellGet\Install-Module posh-git -Scope CurrentUser ` 执行过程中会有询问,问就Y。
5. 进入一个有git init 的工作目录 ,执行命令 ` Import-Module posh-git ` ,会发现 cmd 提示发生变化,表示成功
6. enjoy