Guest User

Untitled

a guest
Mar 20th, 2018
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. git push
  2.  
  3. remote: Permission to [username]/[project-name].git denied to [old-username].
  4. Fatal: unable to access [https://github.com/link/.git]: the requested url returned error: 403
  5.  
  6. git remote origin set-url https://username@github.com/username/repository.git
  7.  
  8. git remote origin set-url https://username:password@github.com/username/repository.git
Add Comment
Please, Sign In to add comment