10
7

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 Organization リポジトリに push できないときの一つの対処法

Last updated at Posted at 2019-02-04

Github Organization の設定でサードパーティアプリケーションでのアクセスポリシーが Restricted になっていると,サードパーティアプリケーションからの push ができない.

↓ここで設定を変更可能.


SourceTree から Github Organization リポジトリへ push しようとすると permission denied になってしまい,push できない問題に直面した.

Organization での自分のユーザー ID の Role を admin に変更しても,リポジトリに Collaborator として追加しても push できず,この記事のようにリモート URL をhttps://github.com/~ から https://[ユーザーID]@github.com/~ に変更してもうまくいかなかった.

サードパーティアプリケーションでのアクセスポリシーがデフォルトで Restricted になっていたようだ.

10
7
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
10
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?