LoginSignup
6
4

More than 5 years have passed since last update.

Sourcetreeの403エラーを解決した

Last updated at Posted at 2019-01-14

前提

・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/パス欄の内容変更を行った
スクリーンショット 2019-01-15 0.31.10.png

参考

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

6
4
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
6
4