git-credentials으로 서버 permissions 변경 혹은 확인
본문 바로가기

Network&etc/Git&Github

git-credentials으로 서버 permissions 변경 혹은 확인

ssh 등록을 했음에도

permission때문에 풀이 안받아질때 확인

 

vim ~/.git-credentials

vim 혹은 나노로 열어서 확인

https://user:pass@example.com

아이디:패스워드@이메일주소를 등록하면되는데

특수문자의경우 URL encoded된 형태로 등록해야함

https://www.urldecoder.org/

 

URL Decode and Encode - Online

Decode from URL-encoded format or encode into it with various advanced options. Our site has an easy to use online tool to convert your data.

www.urldecoder.org

 

https://git-scm.com/docs/git-credential-store

 

Git - git-credential-store Documentation

If not set explicitly with --file, there are two files where git-credential-store will search for credentials in order of precedence: ~/.git-credentials User-specific credentials file. $XDG_CONFIG_HOME/git/credentials Second user-specific credentials file.

git-scm.com

 

반응형