Skip to content

Instantly share code, notes, and snippets.

View mjnk9xw's full-sized avatar
🎯
Focusing

I am mn mjnk9xw

🎯
Focusing
View GitHub Profile
@mjnk9xw
mjnk9xw / readme.txt
Created February 20, 2023 08:09 — forked from ljayz/readme.txt
Fix aws codecommit unable to access repository (The requested URL returned error: 403) in windows
this was tested using windows10 pro
when cloning a git this error was produced
fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/RepositoryName': The requested URL returned error: 403
to fix add the following git configuration
git config --global credential.helper "!aws codecommit credential-helper $@"
git config --global credential.UseHttpPath true
check if git has system credential.helper by typing