エラーの内容:
ERROR: Permission to xxx denied to xxx.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
1.手順通り実施
1-1.動いた場合
ちゃんちゃん
1-2.動かない場合
順番に実施
1-2-1.どのローカルブランチをリモートにあげるかを指定してやればいいんじゃないか説
git push origin master:master
1-2-2.SSH絡み
https://qiita.com/flmil/items/2a2114bc73ec2a6f5e90
https://qiita.com/chroju/items/67da13c672efcd2bc787
1-2-3.
ユーザ再設定(git configで設定したユーザとgithubのユーザが異なる場合)
1-2-4.
すでにはいってるgit使えばいける説
1-2-5.
俺のPCでやってみる
1-2-6..
そもそも権限ない説(要調査)
メモ欄
①
確認コマンド
git config user.name
git config user.email
いっぺんに確認したい場合は、
git config –list
②
git push -u origin master
-uは次回以降origin masterを省略できる
③
mac gitはデフォルトでインストールされてる
1.ターミナルのアプリケーションからユーティリティ開く
2.git version