【问题总结】_Github for windows 出现的问题failed to sync this branch.总结:

Gitthub for windows 出现的问题总结:

failed to sync this branch.

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

★ ★:

  1. 把Repository目录中的.git文件夹(隐藏)的删除,再重新开始。。不成功
  2. 备份好有变化的代码,把对应Repository文件的文件夹删除,

重新在网上进行Clone in Windows,

再根据变化的代码作修改,然后在客户端中的本地端填写注释,然后点击Sync,

成功

【最好能掌握Linux Shell的几个常用命令,根据提示错误进行Debug处理,这才是解决问题的根本方法】

参见:Reset local git repository - Stack Overflow

http://stackoverflow.com/questions/11910921/reset-local-git-repository

 

 

参考:

How do I delete a local repository in git? - Stack Overflow

http://stackoverflow.com/questions/1514054/how-do-i-delete-a-local-repository-in-git

 

 

注意的问题:

Github是分大小写的,由其是对用户名,有时候会在Web端修改了用户名的大小名,而客户端没有作相应修改,这样会导致不可预料的错误(网上有仓库,客户端提示没有)(修改用户名时就有提示了的);

【问题总结】_Github for windows 出现的问题failed to sync this branch.总结:

你可能感兴趣的:(windows)