3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GitHubのユーザー名を変えたらSourcetreeのPUSHでremote: Invalid username or password.と言われた

Last updated at Posted at 2019-07-05

##はじめに
今回が初めての投稿となります。情報について学んでいる大学4年生です。就活も終え、自主的に新しいことを学ぶ機会が増えたため、自身の忘備録として、また、私と同じように困っている方の助けになればと思い投稿します。まだまだ学習中のため、何か間違ったことを記述している際には、ご指摘よろしくお願いいたします。

##環境
macOS
Sourcetree ver3.1.2

##エラー前の行動

  1. GitHubのユーザー名を変更
  2. SourcetreeでCOMMIT
  3. SourcetreeでPUSH

##解決策
SourceTreeの設定からリモートを開き、リモートリポジトリのパスを編集

【変更前】
https://github.com/GitHubユーザ名/Githubリポジトリ名.git

【変更後】
https://GitHubユーザ名@github.com/GitHubユーザ名/Githubリポジトリ名.git

##結果
再度GithubのIDとPASSを聞かれ、入力することでPUSHできるようになりました。

3
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?