Skip to content

Instantly share code, notes, and snippets.

@todgru
Last active April 12, 2019 00:45

Revisions

  1. todgru revised this gist Jan 18, 2013. No changes.
  2. todgru revised this gist Jan 18, 2013. No changes.
  3. todgru revised this gist Nov 22, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    See http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password

    Make sure you are cloning your repos using:
    Make sure you are cloning your repos using `ssh`:

    ssh://[email protected]/username/repo.git

  4. todgru created this gist Nov 22, 2012.
    10 changes: 10 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    See http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password

    Make sure you are cloning your repos using:

    ssh://[email protected]/username/repo.git

    If you use `https` or `git`, you will always be asked for username/password:

    https://github.com/username/repo.git
    git://github.com/username/repo.git