LoginSignup
8
0

More than 3 years have passed since last update.

Githubでレポジトリの書き込み権限があるか調べる最も簡単な方法

Posted at

TL; DR

Github上で任意のテキストファイルを直接編集する。
書き込み権限がない場合は注意書きが表示される。

詳細

詳細といってもこれ以上書きようがないので、分かりやすいように画像を添付しておきます。
BitbucketやGitLabの場合は知りません。他にいい方法があればコメントで教えて下さい。

  1. Github上で任意のテキストファイルを直接編集する。
    Github.png

  2. 書き込み権限がない場合は注意書きが表示される。
    以下のNoticeが表示されます。

You’re editing a file in a project you don’t have write access to. We’ve created a fork of this project for you to commit your proposed changes to. Submitting a change to this file will write it to a new branch in your fork, so you can send a pull request.

Github2.png

検索用

1. 書き込み権限がないときのエラー


ERROR: Permission to hogehoge.git denied to hayashi-ay.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

2. 検索ワード対応
Git Repository, Write Permission, ライト権限

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