Advertisement
lamiastella

fatal: unable to access

Jun 8th, 2017
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$ git remote set-url personal https://github.com/monajalal/OpenARK
  2. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$ git remote add -f personal https://github.com/monajalal/OpenARK
  3. fatal: remote personal already exists.
  4. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$ git fetch personal
  5. From https://github.com/monajalal/OpenARK
  6. * [new branch] master -> personal/master
  7. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$ git status
  8. On branch master
  9. Your branch is ahead of 'origin/master' by 3 commits.
  10. (use "git push" to publish your local commits)
  11.  
  12. nothing to commit, working directory clean
  13. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$ git push
  14. warning: push.default is unset; its implicit value is changing in
  15. Git 2.0 from 'matching' to 'simple'. To squelch this message
  16. and maintain the current behavior after the default changes, use:
  17.  
  18. git config --global push.default matching
  19.  
  20. To squelch this message and adopt the new behavior now, use:
  21.  
  22. git config --global push.default simple
  23.  
  24. When push.default is set to 'matching', git will push local branches
  25. to the remote branches that already exist with the same name.
  26.  
  27. In Git 2.0, Git will default to the more conservative 'simple'
  28. behavior, which only pushes the current branch to the corresponding
  29. remote branch that 'git pull' uses to update the current branch.
  30.  
  31. See 'git help config' and search for 'push.default' for further information.
  32. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  33. 'current' instead of 'simple' if you sometimes use older versions of Git)
  34.  
  35. Username for 'https://github.com': monajalal
  36. Password for 'https://monajalal@github.com':
  37. remote: Permission to augcog/OpenARK.git denied to monajalal.
  38. fatal: unable to access 'https://github.com/augcog/OpenARK.git/': The requested URL returned error: 403
  39. mona@DESKTOP-0JQ770H:/mnt/c/june1st_branch$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement