摘要:
git-gitconfig 文件路径 C:\Users\[user]\.gitconfig 阅读全文
posted @ 2021-10-15 10:11
zc-lee
阅读(45)
评论(0)
推荐(0)
摘要:
git-Failed to connect to github.com port 443: Timed out Failed to connect to github.com port 443: Timed out 及 ping github.com请求超时 查询对应IP https://site. 阅读全文
posted @ 2021-10-15 10:03
zc-lee
阅读(70)
评论(0)
推荐(0)
摘要:
git-Connection was reset, errno 10054 首先,造成这个错误很有可能是网络不稳定,连接超时导致的, 如果再次尝试后依然报错,可以执行下面的命令。 打开Git命令页面,执行git命令脚本:修改设置,解除ssl验证 git config --global http.ss 阅读全文
posted @ 2021-10-15 10:00
zc-lee
阅读(1146)
评论(0)
推荐(16)
摘要:
git-proxy 查看 查询是否使用代理:git config --global http.proxy 查询是否使用代理:git config --global https.proxy 设置 git config --global http.proxy 127.0.0.1:1080 为全局的 gi 阅读全文
posted @ 2021-10-15 09:45
zc-lee
阅读(259)
评论(0)
推荐(0)
摘要:
windows-hosts intro Hosts是一个没有扩展名的系统文件,可以用记事本等工具打开,其作用就是将一些常用的网址域名与其对应的IP地址建立一个关联“数据库”,当用户在浏览器中输入一个需要登录的网址时,系统会首先自动从Hosts文件中寻找对应的IP地址,一旦找到,系统会立即打开对应网页 阅读全文
posted @ 2021-10-15 09:27
zc-lee
阅读(447)
评论(0)
推荐(0)

浙公网安备 33010602011771号