You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git config --global credential.helper store
$ git fetch
Username for 'repo': xxx
Password for 'repo': 1234
$ less ~/.git-credentials
https://xxx:1234@repo
Clone into a non-empty directory
git init
git remote add origin PATH/TO/REPO
git fetch
git reset origin/master # this is required if files in the non-empty directory are in the repo
git checkout -t origin/master
MacOS Setting
이후 아래 링크 점검
https://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/troubleshooting-ch.html#troubleshooting-macoshttps