반응형

1. 시험환경

    · AWS CodeCommit

 

2. 목적

    · Git PUsh 명령어 수행시, 권한 에러가 발생할 경우 조치 방법을 알아보자.

 

3. 적용

    ① git  remote  set-url 명령어를 이용하여 레포지토리 URL을 변경한다.

        - $ git remote set-url origin https://[user-name]@github.com/<user-name>/[repository-name].git

 

    ② Git push 명령어를 실행한다.

        - popup 창에서 CodeCommit Credencial ID/Password를 입력한다.

 

    ③ git push 명령어를 실행한다.

        - $ git push -u origin main

반응형

+ Recent posts