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?
Solution:
fatal: Not a git repository (or any of the parent directories): .git
The prompt says there is no such directory as .git, the solution is as follows.
git init
will work
Similar Posts:
- fatal: Not a git repository (or any of the parent directories): .git
- Git Pull Error: Please specify which branch you want to merge with.
- Git – Your branch and ‘origin/xxx’ have diverged
- error: src refspec master does not match any [How to Solve]
- IDEA Could Not pull Codes to Local Error: Can’t Update No tracked branch configured for branch master or the branch doesn’t exist.
- Git Error: nothing to commit, working directory clean [How to Solve]
- Error creating bean with name ‘com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration’
- An error occurs when SVN executes the clean up command
- Android Studio Project Error: gradle project sync failed.Basic
- When IntelliJ idea starts, can’t start git will pop up to solve the problem