Getting permission denied (public key) on gitlab

前端 未结 30 2474
太阳男子
太阳男子 2020-12-02 04:27

My problem is that I can\'t push or fetch from GitLab. However, I can clone (via HTTP or via SSH). I get this error when I try to push :

Permission de

30条回答
  •  無奈伤痛
    2020-12-02 04:49

    Please use git config credential.helper store if your site is using TLS/SSL. Hope this works

提交回复
热议问题