💻Tech/👨‍💻etc

Git clone/push LDAP 인증 문제 (http 500 에러)

_viper_ 2021. 7. 9. 16:56
반응형

🚫 ERROR

fatal: unable to access 'https://localhost:8800/admin1/init_test.git/': The requested URL returned error: 500



💡 SOLVED

  1. 아래 git 설정 해줘야 clone/push 인증 할 때 AD 계정 인증 됩니다.

## 설정 적용
$ vi /etc/gitlab/gitlab.rb
--------------------------------
encryption = 'plain'
--------------------------------


  2. 설정 후 재기동

$ gitlab-ctl reconfigure

 


🔎 참고
https://forum.gitlab.com/t/unable-to-clone-in-https-using-ldap-error-500/33759