Skip to content
Snippets Groups Projects
Commit b1693e08 authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Document reconfig of repository, after adding SSH key.

parent 9b1abc28
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,13 @@ cat ~/.ssh/id_rsa.pub
--------------------------------------------------------------
and transmit us the content of the `id_rsa.pub` file, for shared-key
authentication. Then:
authentication. Then, if you already have a cloned repository, run:
--------------------------------------------------------------
git-config remote.origin.url git+ssh://sflphone_org@sflphone.org/git/sflphone.git
--------------------------------------------------------------
Otherwise, grab a new copy:
--------------------------------------------------------------
git clone git+ssh://sflphone_org@sflphone.org/git/sflphone.git
......@@ -46,3 +52,4 @@ cd sflphone
autoreconf --install
--------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment