vcs/git

git clone askpass Gtk-WARNING error

C/H 2017. 4. 4. 08:30

git clone https://user@bitbucket.org/team_name/repo.git local_repo

(gnome-ssh-askpass:8197): Gtk-WARNING **: cannot open display: 
unset SSH_ASKPASS
git clone https://username@bitbucket.org/team_name/repo.git local_repo

cd local_repo
git pull
Password for 'https://username@bitbucket.org': 
Alerady up-to-date

git config credential.helper store
# git config credential.helper 'cache --timeout=3600' #60분 저장
git pull
Password for 'https://username@bitbucket.org': 
Alerady up-to-date

git pull
Alerady up-to-date


반응형

'vcs > git' 카테고리의 다른 글

Git config  (0) 2017.06.14
tig CUI git Browser  (0) 2017.05.03
centos git 1.7.1 upgrade  (0) 2017.04.18
Linux/Ubuntu SourceTree 대안  (0) 2017.04.06
Git Archive, Export  (0) 2016.06.27