GitHub– tag –
-
バックエンド
[GitHub] Personal Access Token の更新
[GitHub] Your personal access token (classic) is has expired という件名のメールが届いても、焦ることなく更新作業をすればよい、というお話し。 このメールはすで... -
バックエンド
本番環境でgit pullしたらエラーがでた(error: Your local changes to the following files would be overwritten by merge: *** Please, commit your changes or stash them before you can merge.)
本番環境でgit pullを行ったときにエラーが出ました。 error: Your local changes to the following files would be overwritten by merge: composer.json composer.loc... -
バックエンド
Githubの初回pushでエラー(error: src refspec main does not match any error: failed to push some refs to ‘github.com:*/*.git’)が出た時の対処法
Githubで新しいプロジェクトを作成して、存在するレポジトリを初めてpushするとき …or push an existing repository from the command line git remote add origin git@... -
バックエンド
GitHubでremote: Invalid username or password. fatal: Authentication failed for 〜エラーが出た時の対処
GitHubリポジトリからコマンドでプルしたらエラーが出ました。 $ git pull remote: Invalid username or password. fatal: Authentication failed for 'https://git...
1