为什么git lfs找不到文件?

时间:2017-05-23 12:46:47

标签: git git-lfs

针对Bitbucket的Git LFS一直运行正常,但刚才我得到了“对象不存在”。

发生了什么事?我该如何解决?

> git lfs fetch --all
Scanning for all objects ever referenced...
* 780 objects found
Fetching objects...
Git LFS: (0 of 0 files, 37 skipped) 0 B / 0 B, 37.00 KB skipped               
[8a0b9504fbb28ce2679079b925eb83a807839f89189754d11c9f5bdb68bdccd0] Object does not exist on the server: [404] Object does not exist on the server
[90a4eb135056cf62603145742fc418f744c7902a86f27494956e53d9e44a9a8f] Object does not exist on the server: [404] Object does not exist on the server
....

1 个答案:

答案 0 :(得分:0)

看看这个:

  

通常情况下,当您的客户端不正确时,我们会发送404错误   认证。在这些情况下,您可能会看到403 Forbidden。   但是,因为我们不想提供有关私人信息的任何信息   存储库,API返回404错误。

可能错误地设置了您的用户名和密码sources