03 2020 档案

摘要:在初次提交代码的时候,没有进行文件忽略,文件已经被记录在版本管理中了 只需要清除 git 本地缓存即可 执行如下命令 git rm -r --cached filename 然后再进行正常的代码提交,即可 阅读全文
posted @ 2020-03-09 11:28 z春眠不觉晓z 阅读(375) 评论(0) 推荐(1)
摘要:方案一: 第一步:打开 folder文件夹 第二步: command + shift + g 搜索,输入 /private/etc/hosts 找到 hosts 文件 第三步:编辑修改,输入 http://github.com 204.232.175.94 http://gist.github.co 阅读全文
posted @ 2020-03-06 09:38 z春眠不觉晓z 阅读(12785) 评论(0) 推荐(1)