You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
拉取仓库时,因仓库有LFS对象,同步也进行拉取。拉取时报LFS对象丢失问题
OrbbecSDK_ROS1.git# git lfs fetch --all
fetch: 61 object(s) found, done.
fetch: Fetching all references...
[b6ffb881e063d3503c15ef04fdedade46231b15ec18973b176f55aaaed819cf9] Object does not exist on the server: [404] Object does not exist on the server
[4c161b64dbd180df102dc49c45d6f9886e018765fb127c5a9b9010773c7bbe6c] Object does not exist on the server: [404] Object does not exist on the server
[3cec1fed11172cb3b0a1f03ea85522468667cc16981874715ce6f04f1e3f38bf] Object does not exist on the server: [404] Object does not exist on the server
…………
[8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3] Object does not exist on the server: [404] Object does not exist on the server
error: failed to fetch some objects from 'https://github.com/orbbec/OrbbecSDK_ROS1.git/info/lfs'
请维护者检查推送仓库时,LFS对象是否正确上传
git lfs push --all origin
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion. Currently, LFS is not used by default. You can try the direct git pull command. Regarding your suggestion, we will consider optimizing and supporting it later.
拉取仓库时,因仓库有LFS对象,同步也进行拉取。拉取时报LFS对象丢失问题
OrbbecSDK_ROS1.git# git lfs fetch --all
fetch: 61 object(s) found, done.
fetch: Fetching all references...
[b6ffb881e063d3503c15ef04fdedade46231b15ec18973b176f55aaaed819cf9] Object does not exist on the server: [404] Object does not exist on the server
[4c161b64dbd180df102dc49c45d6f9886e018765fb127c5a9b9010773c7bbe6c] Object does not exist on the server: [404] Object does not exist on the server
[3cec1fed11172cb3b0a1f03ea85522468667cc16981874715ce6f04f1e3f38bf] Object does not exist on the server: [404] Object does not exist on the server
…………
[8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3] Object does not exist on the server: [404] Object does not exist on the server
error: failed to fetch some objects from 'https://github.com/orbbec/OrbbecSDK_ROS1.git/info/lfs'
请维护者检查推送仓库时,LFS对象是否正确上传
git lfs push --all origin
The text was updated successfully, but these errors were encountered: