Clone works, remote push doesn’t. Remote repository over copssh

stupid fix (this changed /SSH/home/rvc/.gitconfig): rvc@RVC-DESKTOP /c/code/myapp (master) $ git config –global remote.origin.receivepack “git receive-pack” rvc@RVC-DESKTOP /c/code/myapp (master) $ git push Counting objects: 3, done. Delta compression using up to 4 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (2/2), 246 bytes, done. Total 2 (delta 0), reused 0 (delta 0) To ssh://[email protected]:5858/SSH/home/rvc/myapp.git 680f32e..2da0df1 … Read more