make -C deps clean-libgit2 && make On Tue, Aug 11, 2015 at 12:23 PM, David Gold <[email protected]> wrote:
> I incur the following error after pulling from GitHub and running `make`: > > Davids-MBP:julia David$ make > > error: Your local changes to the following files would be overwritten by > checkout: > > CMakeLists.txt > > src/openssl_stream.c > > Please, commit your changes or stash them before you can switch branches. > > Aborting > > make[1]: *** [libgit2/CMakeLists.txt] Error 1 > > make: *** [julia-deps] Error 2 > > > I don't recognize these changes as ones I've ever made. Running `make > cleanall` incurs the same issue. Any thoughts? > > > Thanks, > > D >
