I’ve set up a remote repo using rsa private/public keys using putty/plink.
I manage to fetch from the remote repo, but I cannot push anything to it.
This is the output I get:
C:\cygwin\home\git\new_trunk>git push main login-2
Counting objects: 9993, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6971/6971), done.
fatal: Unable to create temporary file: Permission denied
error: pack-objects died of signal 13
error: failed to push some refs to 'ssh://git@remote.ps/appdata/git/yao/webapps.git'
The system admin checked that the file permission is good, yet I can’t push? Any idea why?
make sure to doublecheck the permissions on the folders.