もしじるし

エンジニアとしての学び。人生の気付き。憧れの人へ出会うまでの道のり。

2019-10-01から1ヶ月間の記事一覧

git pull,push,clone時に403エラーが出たときの対処法

git

仕事中に遭遇したので備忘録として エラー内容 発生原因 解決方法 結論 エラー内容 $ git clone https://git-codecommit.ap-northeast-1.amazonaws.com/v1/repos/xxxxxxxx Cloning into 'Test'... fatal: unable to access 'https://git-codecommit.ap-north…

GCPデプロイ時にERROR: gcloud crashed (UnicodeEncodeError): 'ascii' codec can't encode characters in position 1267-1299: ordinal not in range(128)と出たときの対処方法

Google Cloud Platform(GCP)のAPP Engineにデプロイしようとした際にエラーが出たのでその対処法メモです。 環境 Windows10 64bit 1903 エラー内容 Beginning deployment of service [default]... Building and pushing image for service [default] ERROR: …