随笔分类 - Git
摘要:https://www.cnblogs.com/ygunoil/p/13665830.html 修改本地hosts文件: windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/et
阅读全文
摘要:https://www.cnblogs.com/w-wu/p/13543645.html idea集成githubhttps://blog.csdn.net/qq_40563761/article/details/91347443 idea中登陆不了github账号时https://zhuanlan
阅读全文
摘要:在电脑中找到如下路径:C:\Windows\System32\drivers\etc 打开hosts文件,并在文件中追加以下内容: 192.30.253.112 github.com 192.30.253.119 gist.github.com 151.101.100.133 assets-cdn.
阅读全文
摘要:一、git的下载 官网地址: https://git-scm.com/ 点击Download for Windows 下载安装,更改好文件路径,全部点next即可安装好 桌面右击 git gui汉化包 下载 https://pan.baidu.com/s/11BIl9VyeRX1M61-GgbvrH
阅读全文