We have our internal git repos managed with scm-manager. About 3 weeks ago we moved offices and the server became offline until last friday. Now I cannot push my local changes back to the server.
The first thing I had to do was change the config file and update the "origin" url to the new IP. But now the problem is as follows:
Counting objects: 416, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (333/333), done.
Writing objects: 100% (343/343), 330.09 KiB | 0 bytes/s, done.
Total 343 (delta 252), reused 0 (delta 0)
error: unpack failed: error Missing delta base 00f3fe0c3202aeff6be55b8733ddf61c80feaf4a
To http://█████████████████████████
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'http://█████████████████████████'
I can't find the ID "00f3fe0c3202aeff6be55b8733ddf61c80feaf4a" anywhere in my history.
I'm on Windows 7. Installed tools: TortoiseGit, SourceTree and GitBash/GitGui.