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

相關文章
相關標籤/搜索