Eclipse create git repository failure(egit)

enter image description here

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

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,笔记而已,欢迎指正!code

相关文章
相关标签/搜索