Advertisement
lamiastella

fatal: Authentication failed

Mar 1st, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 1 [core]
  2. 2 repositoryformatversion = 0
  3. 3 filemode = true
  4. 4 bare = false
  5. 5 logallrefupdates = true
  6. 6 [remote "origin"]
  7. 7 url = https://github.com/monajalal/instagram_scraper.git
  8. 8 fetch = +refs/heads/*:refs/remotes/origin/*
  9.  
  10.  
  11. mona@pascal:~/computer_vision/instagram/instagram$ git push -u origin master
  12. Username for 'https://github.com': monajalal
  13. Password for 'https://monajalal@github.com':
  14. remote: Invalid username or password.
  15. fatal: Authentication failed for 'https://github.com/monajalal/instagram_scraper.git/'
  16. mona@pascal:~/computer_vision/instagram/instagram$ git push -u origin master
  17. Username for 'https://github.com': jalal@cs.wisc.edu
  18. Password for 'https://jalal@cs.wisc.edu@github.com':
  19. remote: Invalid username or password.
  20. fatal: Authentication failed for 'https://github.com/monajalal/instagram_scraper.git/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement