728x90
반응형
- gitlab 과 git 을 사용하면서 발생한 에러에 대해 해결 방법을 기록 합니다.
- Gtk-WARNING 발생
- 에러내용 : ※ (gnome-ssh-askpass:22626): Gtk-WARNING **: 20:48:04.168: cannot open display:
- 해결 방법 : unset SSH_ASKPASS
- fatal: empty ident name
- 에러내용 :
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <dev-account@centos7.(none)>) not allowed
- 해결방법: 계정 정보를 등록 한다.
728x90
반응형