gitlab克隆報錯:remote: HTTP Basic: Access denied;remote: You must use a personal access token with ‘api’


錯誤: remote: HTTP Basic: Access denied remote: You must use a personal access token with ‘api’ scope for Git over HTTP. remote: You can generate one at https://github.com/profile/personal_access_tokens

錯誤緣由:git

You must use a personal access token with ‘api’ scope for Git over HTTP.   

即: 沒有爲GitLab設置以"api"爲權限範圍的token(能夠理解爲令牌)github


 

以上問題如何解決?

  能夠經過設置gitlab的我的令牌來解決api

第一步:點擊setting

 第二步:選擇Access Tokens

第三步:建立token(令牌)

 第四步:保存好祕鑰

 

第五步:clone項目

  •   帳號就是你的gitlab帳號
  •   密碼是令牌祕鑰(第四步的祕鑰)

 

祝各位生活愉快,頭髮慢點落!gitlab

相關文章
相關標籤/搜索