failed to sync branch You might need to open a shell and debug the state of this repo.

时间:2015-07-04 21:04:05   收藏:0   阅读:939

failed to sync branch You might need to open a shell and debug the state of this

 

repo.


i made some changes to a file a month ago. i just realized today that they didn‘t go anywhere; the GitHub web-site has no history of my changes.

The client has no indication that anything is out of date (there are no "uncommitted changes"). But there are "unsynced commits":

技术分享

How do i sync unsynced commits?

I tried nothing, and i‘m fresh out of ideas

i tried clicking the sync button (whatever that means), but all i get (after a progress bar moves for about 7 seconds) is:

failed to sync branch
You might need to open a shell and debug the state of this repo.

技术分享

Clicking OPEN SHELL, causes a powershell prompt to appear, where i type:

debug the state of this repo

But that doesn‘t seem to do it:

技术分享

How do i sync unsynced commits in the GitHub for Windows client?


解决办法:

fatal: Not a git repository (or any of the parent directories): .git

提示说没有.git这样一个目录,解决办法如下:

git init就可以了!

技术分享

技术分享

技术分享
技术分享

版权声明:本文为博主原创文章,未经博主允许不得转载。

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!