eubnara / troubleshooting

이것저것 공부하다가 맞닥뜨리는 문제점, 해결방식 등 정리
2 stars 0 forks source link

linux 에서 http 로 git 내려받을 때 매번 암호 입력하는 것 막기 #70

Open eubnara opened 2 years ago

eubnara commented 2 years ago

libsecret 이용 https://askubuntu.com/questions/773455/what-is-the-correct-way-to-use-git-with-gnome-keyring-and-https-repos

or

GCM 이용 https://github.com/GitCredentialManager/git-credential-manager#git-credential-manager https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md

eubnara commented 2 years ago

https://github.com/GitCredentialManager/git-credential-manager#other-distributions https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md#freedesktoporg-secret-service-api

tar -xvf <path-to-tarball> -C /usr/local/bin
git-credential-manager-core configure
# https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md
git config --global credential.credentialStore secretservice # libsecret 사용함, GUI 필요함
sudo apt install seahorse
seahorse # 저장된 암호 보는법
eubnara commented 1 year ago

KDE wallet 사용하기

https://wiki.archlinux.org/title/KDE_Wallet#Using_the_KDE_Wallet_to_store_Git_credentials