SveSop / nvidia-libs

Collection of nVidia libraries for use with Wine or Steam Proton.
Other
48 stars 2 forks source link

nvapi submodule points to no existent commit #2

Closed sl1pkn07 closed 2 years ago

sl1pkn07 commented 2 years ago

Hi. when clone the repo and do submodule init, this fail because the commint is not found in the tree

Cloning into '/tmp/makepkg/wine-nvlibs-git/src/nvidia-libs/dxvk-nvapi'...
done.
fatal: git upload-pack: not our ref a1bb1e900381fb650158deae665f94c5d4f744f1
fatal: remote error: upload-pack: not our ref a1bb1e900381fb650158deae665f94c5d4f744f1
fatal: Fetched in submodule path 'dxvk-nvapi', but it did not contain a1bb1e900381fb650158deae665f94c5d4f744f1. Direct fetching of that commit failed.
fatal: 

but in the github web show it and is able to download (as zip) without problem Screenshot_20220207_010924

greetings

SveSop commented 2 years ago

I think i know the reason - I force-pushed a change to my branch of dxvk-nvapi, and have not (yet) updated nvidia-libs due to some testing.

SveSop commented 2 years ago

Closed by https://github.com/SveSop/nvidia-libs/commit/29431ba890d0f262a1af8f52a8f5bcdbc56f7c77

sl1pkn07 commented 2 years ago

tnx!