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


반응형