Git sparse checkout error "Entry 'path/to/file' not update. Cannot update sparse checkout" – CentOS
I've just done a sparse checkout following the steps below git clone http://location/repo.git # create .git/info/sparse-checkout file git config --bool core.sparsecheckout true git read-tree -mu HEAD Unfortunately the final step fails with the error message Entry 'path/to/file' not update. Cannot…