提交 18d84e50 编写于 作者: V Vijay Dev

use git: rather than https: in git remote urls; else, github asks for passwords everytime we push

上级 e89a2537
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册