我是靠谱客的博主 知性铃铛,这篇文章主要介绍Git 使用集合,现在分享给大家,希望可以做个参考。

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内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(79)

评论列表共有 0 条评论

立即
投稿
返回
顶部