About me...

git error clone succeded, checckout failed

Git Error:invalid path 'umaps/MNISTmain.pt_adjustedUMAP_plot.png' unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD 😕'

Reason

contains invalid simbol < and > in path invalid path 'umaps/MNISTmain.pt<built-in function id>_adjustedUMAP_plot.png' unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

Solution

restore the valid files.

git restore --source=HEAD :/
posted @ 2025-04-12 20:32  -Z00-  阅读(59)  评论(0)    收藏  举报