Sign in before continuing.
GitLab Community Edition
Thành viên nào dùng mac/linux thì mở file ~/.ssh/config
Windows thì dùng git Bash xong vào /c/Users/PC_USER_NAME/.ssh/
Thêm vào cuối file:
Host git.dataonbook.com
HostName git.dataonbook.com
IdentitiesOnly yes
Port 2216