Eclipse create git repository failure(egit)

原创
2016/10/21 17:53
阅读数 309

enter image description here

启动和创建的时候会出现这样的异常信息,具体处理办法如下:

cd /path/to/yourRepo.git
cd ..
mkdir yourRepo
mv yourRepo.git yourRepo
cd yourRepo
git config --local --bool core.bare false
git reset HEAD -- .

以上操作完成就ok,笔记而已,欢迎指正!

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部