git
小华小华小华
这个作者很懒,什么都没留下…
展开
-
解决git error Key has already been taken
Unable to add deploy key because of "Key has already been taken" 情景描述:新建了一个git库,添加了Deploy Keys 后发现目录信息不对,删掉 Destroy 删除项目,重新添加Deploy keys的时候提示 key has already been taken 参考信息: https://gitl原创 2016-08-22 11:50:45 · 15823 阅读 · 0 评论 -
Git - fatal: Unable to create '/path/my_project/.git/index.lock': File exists.
问题现象:git add 或者 git commit -m "first upload" 错误提示: fatal: Unable to create '/path/my_proj/.git/index.lock': File exists. If no other git process is currently running, this probably means a git pro原创 2016-11-25 11:07:55 · 1052 阅读 · 0 评论