nanovna-v2 / NanoVNA2-firmware

Firmware for NanoVNA V2
https://nanorfe.com/nanovna-v2.html
215 stars 85 forks source link

git reset --hard ... does't work as describes in Readme.md #65

Open dl9sec opened 3 years ago

dl9sec commented 3 years ago

git reset --hard gd32f303cc_with_bootloader.ld or git reset --hard gd32f303cc_with_bootloader_plus4.ld

didn't work for me (git version 2.25.1 on a Xubuntu 20.04 LTS) and gives an error message:

"fatal: A 'hard'-reset with pathes is not possible" (the wording might differs a bit, my messages are in german).

What worked for me is

git reset --hard

but I don't know what impact is has.

Maybe the Readme.md should clarify that.

Regards, Thorsten