Created
June 7, 2012 22:57
-
-
Save alx/2892204 to your computer and use it in GitHub Desktop.
github asking for credentials during git push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~$ git clone https://github.com/tetalab/deux-mille.git | |
| Cloning into 'deux-mille'... | |
| remote: Counting objects: 6, done. | |
| remote: Compressing objects: 100% (4/4), done. | |
| remote: Total 6 (delta 0), reused 6 (delta 0) | |
| Unpacking objects: 100% (6/6), done. | |
| ~$ cd deux-mille/ | |
| deux-mille (master)$ cp ../code/deux-mille/index.html . | |
| deux-mille (master)$ gco "remove unused html" | |
| [master 89b27d0] remove unused html | |
| 1 file changed, 55 insertions(+), 165 deletions(-) | |
| rewrite index.html (65%) | |
| deux-mille (master)$ git push | |
| Username for 'https://github.com': ^C | |
| deux-mille (master)$ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://help.github.com/articles/why-is-git-always-asking-for-my-password