Takuya Miyashita
This site
Web
Start:
*リモートリポジトリの url の変更 [#pe56a9f5]
**方法 [#s065435b]
昔のリポジトリで,git@〜 ではなくて https〜 になっていた...
#codeprettify{{
$ git remote -v
origin https://github.com/username/repositoryname (fetch)
origin https://github.com/username/repositoryname (push)
}}
これは git remote set-url で変更できる.~
git@〜 にするには,https:// を git@に,username/ を usern...
#codeprettify{{
git remote set-url origin git@github.com:username/reposit...
}}
End:
*リモートリポジトリの url の変更 [#pe56a9f5]
**方法 [#s065435b]
昔のリポジトリで,git@〜 ではなくて https〜 になっていた...
#codeprettify{{
$ git remote -v
origin https://github.com/username/repositoryname (fetch)
origin https://github.com/username/repositoryname (push)
}}
これは git remote set-url で変更できる.~
git@〜 にするには,https:// を git@に,username/ を usern...
#codeprettify{{
git remote set-url origin git@github.com:username/reposit...
}}
Page:
Edit with a page name which already exists