(O+P)ut

アウトプット



(O+P)ut

エンジニアのアウトプット

2019-12-13から1日間の記事一覧

【Git】cloneはできたのにpushでRepository not found.となるエラー

事象 Githubのとあるリポジトリ―を以下コマンドでクローン > git clone ...編集をした後、add、commitを行った上でリモートにpushを行おうとするも以下エラーとなる。 > git push origin master ERROR: Repository not found. fatal: Could not read from re…