error: The requested URL returned error: 401 while accessing
なエラーが出た。
error: The requested URL returned error: 401 while accessing https://github.com/hoge.... - リア充爆発日記
を発見。
これはgithubであるが、
git remote -v
にて、
origin https://ユーザ名@bitbucket.org/ユーザ名/リポジトリ名.git (fetch) origin https://ユーザ名@bitbucket.org/ユーザ名/ポジトリ名.git (push)
となるはず。
そうすれば、
git remote rm origin
をして
git remote add origin git@bitbucket.org:ユーザ名/リポジトリ名.git
をするとOK。
しかし僕の原因は単に クライアントの名前と違うリモートにpushしようとしていたからだった。