环境
- 客户端:Windows
- 服务器:高格斯
我想将一些源推送到 git 存储库。
但是推动它存在一些问题。
错误信息如下:
D:\workspace\excel-demo>git push -u origin master Counting objects:
42, done. Delta compression using up to 8 threads. Compressing
objects: 100% (28/28), done. Writing objects: 100% (42/42), 50.75 KiB
| 2.82 MiB/s, done. Total 42 (delta 2), reused 0 (delta 0) error: RPC
failed; HTTP 403 curl 22 The requested URL returned error: 403
Forbidden fatal: The remote end hung up unexpectedly fatal: The remote
end hung up unexpectedly Everything up-to-date
我在远程信息中设置了凭据,例如test@~~~~/~~~.git
我应该怎么办?