Created
January 29, 2014 14:08
-
-
Save tareko/8688681 to your computer and use it in GitHub Desktop.
Unable to checkout and merge remote branch
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 checkout ojs-stable-2_4 | |
| Branch ojs-stable-2_4 set up to track remote branch ojs-stable-2_4 from upstream. | |
| Switched to a new branch 'ojs-stable-2_4' | |
| $ git merge upstream/ojs-stable-2_4 | |
| Already up-to-date. | |
| $ git push | |
| ERROR: Permission to pkp/ojs.git denied to USER. | |
| fatal: Could not read from remote repository. | |
| Please make sure you have the correct access rights | |
| and the repository exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment