Advertisement
rodro1

Git clone reposotory not found fix

Mar 19th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. was cloning a public repository I might use:
  2.  
  3. git clone https://github.com/strafe/project.git
  4. but if the repository was private then I'd use:
  5.  
  6. git clone https://strafe:mygithubpassword@github.com/strafe/project.git
  7.  
  8. https://support.brightcove.com/special-characters-usernames-and-passwords case
  9. example: p@ssword --> p%40ssword
  10.  
  11. like: git clone https://rodro1:rod%404235@github.com/rodro1/00access.git
  12.  
  13. git remote remove origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement