从git中的fork分支获取时的身份验证问题

从git中的fork分支获取时的身份验证问题,git,bitbucket,git-fetch,Git,Bitbucket,Git Fetch,我正在尝试使用以下命令从我的同事处获取fork: git remote add fellow https://<servername>/~nsarkr/<application>.git 我得到以下错误: fatal: Authentication failed for 'https://<servername>/~nsarkr/<application>.git' fatal:https://~nsarkr的身份验证失败/ 提前谢谢 这取决于

我正在尝试使用以下命令从我的同事处获取fork:

git remote add fellow https://<servername>/~nsarkr/<application>.git
我得到以下错误:

fatal: Authentication failed for 'https://<servername>/~nsarkr/<application>.git'
fatal:https://~nsarkr的身份验证失败/


提前谢谢

这取决于远程服务器使用的服务器类型。也许您以前存储过此远程设备的凭据,但现在已过期?这取决于远程服务器使用的服务器类型。也许您以前存储过此远程设备的凭据,但现在已过期?
fatal: Authentication failed for 'https://<servername>/~nsarkr/<application>.git'