mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
use git: rather than https: in git remote urls; else, github asks for passwords everytime we push
This commit is contained in:
@@ -350,7 +350,7 @@ Navigate to the Rails "GitHub repository":https://github.com/rails/rails and pre
|
||||
Add the new remote to your local repository on your local machine:
|
||||
|
||||
<shell>
|
||||
$ git remote add mine https://<your user name>@github.com/<your user name>/rails.git
|
||||
$ git remote add mine git@github.com:<your user name>/rails.git
|
||||
</shell>
|
||||
|
||||
Push to your remote:
|
||||
|
||||
Reference in New Issue
Block a user