LoginSignup
0
0

More than 5 years have passed since last update.

gitでremoteの情報を書き換える方法

Posted at

GUIのGitHub for Macを使ってgit remote add したときに、https で addされていたらしく、gh-pagesへterminalでdeployしようとした際にdeployできなかった時の対応方法。
remote の情報を書き換える。

$ git remote set-url origin git@github.com:userid/repogitory-name

この後にdeployの処理をして、gh-pagesへdeploy出来た。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0