ResistancePlatform / resistance-desktop-wallet

Official Resistance Desktop Wallet
MIT License
0 stars 0 forks source link

Fix git-lfs configuration #172

Closed matthewcummings closed 6 years ago

matthewcummings commented 6 years ago

I am unable to add minerd with git-lfs. After playing around with it for a while, it appears to be an issue with one or two files which were in the bin/macos and bin/windows directories, the old init scripts. When I attempt to add minerd to bin/linux and push, I get this error:

WARNING: These unsafe lfsconfig keys were ignored:

  lfs.transfer.maxtretries
open /home/matthew/repos/res/resistance-desktop-wallet/bin/macos/resistanceinit.sh: no such file or directory 
matthewcummings commented 6 years ago

See https://github.com/ResistancePlatform/resistance-desktop-wallet/pull/43

matthewcummings commented 6 years ago

Fixed, not sure if the above error was actually related, I ended up having to do this:

git lfs push origin 169-linux-support
followed by
git push
although the doc does not make that clear