Quantcast
Viewing latest article 7
Browse Latest Browse All 8

Sourcetreeの403エラーを解決した

前提

・Sourcetree & github連携
・Sourcetree version 3.0.1

やったこと

Sourcetree初コミットで403エラーが出たが、
リモートリポジトリのURLを変更することで解決した

before: https://lulu34@github.com/lulu34/HelloGit.git
※初期設定でURLの一部にユーザ名(lulu34@)が含まれていたため、削除
after: https://github.com/lulu34/HelloGit.git

↓のURL/パス欄の内容変更を行った
Image may be NSFW.
Clik here to view.
スクリーンショット 2019-01-15 0.31.10.png

参考

以下URLの順で設定していたらつまづいた・・・(すぐ解決してよかった)
https://qiita.com/naoki85/items/c7660d70347e9e70b201


Viewing latest article 7
Browse Latest Browse All 8

Trending Articles