概述
1. 重装系统后Git库无法使用,并且在vs2019中打开报错
vs2019报错 :git config --global --add safe.directory 'D:/xxx/xxx' Git failed with a fatal error. fatal: unsafe
1.git reset
2.git config --global --add safe.directory 'D:/xxx/xxx'
2.github提示:Failed to connect to github.com port 443 after 21098 ms: Timed out
设置代理:git config --global https.proxy
取消代理:git config --global --unset https.proxy
然后使用工具继续克隆代码即可
最后
以上就是知性铃铛为你收集整理的Git 使用集合的全部内容,希望文章能够帮你解决Git 使用集合所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复