git
喝茶研墨
加载中...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 取消本地提交、获取时输入密码
每次提交获取代码都要输入密码很烦。$ ssh-keygen -pEnter file in which the key is (/c/Users/pc/.ssh/id_rsa):(直接回车)Enter old passphrase:(旧密码)Enter new passphrase (empty for no passphrase):(回车)Enter same passphrase again:(回车)Your identification has been saved with the ne原创 2020-07-03 10:31:40 · 816 阅读 · 1 评论 -
git bash命令缓慢
git reset --hard FETCH_HEAD原创 2020-04-26 16:02:54 · 1485 阅读 · 3 评论 -
git提交不了vendor
第一检查根目录配置文件.gitignore第二检查库类中是否有.git目录第三执行git rm -rf --cached path(你的目录)原创 2020-04-21 19:47:55 · 1137 阅读 · 1 评论
分享