我试图将更改推送到分支,但我得到了以下错误:
remote: Your SSH key has expired.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我在gitlab设置中生成了新的访问令牌,但我不确定如何将其添加到我的项目中,以便再次推送
发布于 2022-08-31 15:24:29
SSH-密钥不是您的访问密钥。
转到设置并设置一个新的SSH-键。
编辑
发布于 2022-08-31 15:28:46
按照文档生成新的SSH键并删除旧的SSH键/添加新的SSH键:
https://stackoverflow.com/questions/73558210
复制相似问题