mx-space / kami

🍰 Kami is mx-space's web frontend theme. Colorful, flat, cute and comfortable.
https://kami.innei.ren
GNU General Public License v3.0
317 stars 54 forks source link

拉取图片文件时无权限 #1640

Closed matto49 closed 1 year ago

matto49 commented 1 year ago

Describe the bug

在执行git lfs fetch --all的时候报错了 fetch: 47 object(s) found, done.
fetch: Fetching all references... batch response: Authorization error: https://github.1qi777.com/mx-space/kami.git/info/lfs/objects/batch
Check that you have proper access to the repository error: failed to fetch some objects from 'https://github.1qi777.com/mx-space/kami.git/info/lfs' XSBL }_{6L_HU (X7EBN7VA J}P%%JT{DU8KO~``JX8NZQP 试着输了一下https://github.1qi777.com/mx-space/kami.git/info/lfs/objects/batch,出现的是404

Reproduction

git lfs fetch --all

System Info

![J}P%%JT{DU8KO~``JX8NZQP](https://user-images.githubusercontent.com/54560462/230531503-faf31a32-64c2-4fd1-bec5-26322a173b15.png)

Used Package Manager

pnpm

Validations

ttimochan commented 1 year ago

镜像站可能没有镜像 LFS 数据,你可以从 GitHub 拉取

matto49 commented 1 year ago

第一次用git lfs... 输入git lfs ls-files,发现lfs追踪的文件都在public文件夹里 最后用ftp吧public文件夹上传了一下解决了