radicallyopensecurity/netaidkit

Fetching of commit failed

daemoneye opened this issue · 0 comments

It appears that the hash for the commit of openwrt needs to be updated for the git submodules update command.

/home/daemoneye/Documents/code/netaidkit
daemoneye@daemoneye:~/Documents/code/netaidkit$ make image
git submodule init
Submodule 'netaidkit-env' (https://github.com/radicallyopensecurity/netaidkit-env.git) registered for path 'netaidkit-env'
Submodule 'openwrt' (https://git.openwrt.org/15.05/openwrt.git) registered for path 'openwrt'
git submodule update
Cloning into '/home/daemoneye/Documents/code/netaidkit/netaidkit-env'...
Cloning into '/home/daemoneye/Documents/code/netaidkit/openwrt'...
warning: redirecting to https://git.archive.openwrt.org/15.05/openwrt.git/
Submodule path 'netaidkit-env': checked out '6dae714b7194cb34675e61c5f8467b38c548d5ff'
warning: redirecting to https://git.archive.openwrt.org/15.05/openwrt.git/
warning: redirecting to https://git.archive.openwrt.org/15.05/openwrt.git/
error: Server does not allow request for unadvertised object c698aa66043a151ac76d19849be9ee24dfd78b72
Fetched in submodule path 'openwrt', but it did not contain 
c698aa66043a151ac76d19849be9ee24dfd78b72. Direct fetching of that commit failed.
Makefile:20: recipe for target 'submodules' failed
make: *** [submodules] Error 1
daemoneye@daemoneye:~/Documents/code/netaidkit$