본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

VCS/git

계정이 여러개일때 : git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v origin main:mainremote: Permission to .git denied to -1.fatal: unable to access 'https://github.com//.git/': The requested URL returned error: 403Pushing to h

 

계정을 두개쓰다보면 이래저래 push때마다 불편해진다.

같은 403에러지만 단순히 계정이 여러개라면 일반적인 permission에러가 아닐 수 있다.

https://standout.tistory.com/753

 

The requested URL returned error: 403, push에러

Member 로 추가된 구성원은 각 Repository 에 대해 clone, pull 만 가능하고 push 는 불가능하기 때문에 push가 가능하게 하려면 각 Repository 에 공동작업자로 추가해야 한다. 초대된 Repository에서 편집이 가

standout.tistory.com

 

 

 

 

 

 

 

설정 - url클릭 - 편집

 

 

 

 

url앞에 계정이름@ 붙이기

url에 이 과정을 하지않으면 '추가확장통합'에 명시를 했어도 적용되지않을 때가 있다. 

아주 불편함.. 개선됫으면