private knowhow
Revision | c7c14066fc2f36b292e7f88f8462f6afa318f24c (tree) |
---|---|
Time | 2021-05-09 07:06:23 |
Author | ![]() |
Commiter | hyperoga |
add https
@@ -60,7 +60,7 @@ git | ||
60 | 60 | (1)アカウント設定 |
61 | 61 | git config --global user.name "<ユーザー名>" |
62 | 62 | git config --global user.email <メールアドレス> |
63 | -(2)エラーとなっているURLにユーザ名を付加する | |
63 | +(2)エラーとなっているURLにユーザ名を付加する(httpsで) | |
64 | 64 | OSDNの場合 |
65 | 65 | git remote set-url origin https://<ユーザ名>@pf.osdn.jp/gitroot/xxxx/xxxx.git |
66 | 66 | githubの場合 |