Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. https://<username>:<password>@bitbucket.org/<username>/<repo>.git
  2.  
  3. D:sharedProject> cd /path/to/your/project
  4. D:sharedProject> git init
  5. D:sharedProject> git remote add origin https://bitbucket.org/USERNAME/project.git
  6. D:sharedProject> git-credential-winstore.exe
  7.  
  8. D:sharedProject> git push
  9. Failed to erase credential: Element not found
  10. fatal: Authentication failed for 'https://bitbucket.org/USERNAME/project.git/'
  11.  
  12. D:sharedProject> git push
  13. Counting objects: 102, done.
  14. Delta compression using up to 8 threads.
  15. ... etc. ...
  16.  
  17. address: git:bitbucket.org (remeber the preceding "git:")
  18. user: USERNAME
  19. pass: old incl!"§§$%&, new without!"§$%%&/( (your passphrase!)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement