Created
November 19, 2018 07:38
-
-
Save rajucs/8ed376a47b14badd18c0b85e38d9c94b to your computer and use it in GitHub Desktop.
For some reason, I can't push now, whereas I could do it yesterday. Maybe I messed up with configs or something. This is what happens: When I use the git push origin master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git pull --rebase | |
| git push | |
| The full syntax is: | |
| git pull --rebase origin master | |
| git push origin master | |
| https://stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment