I create new user and give chmod, but is still cannt push to server
also i create .ssh file in server with kay , which is my public key
can i push to github and github kay link to my server or what to do?
USER@DESKTOP-3FAA4O5 MINGW64 ~/Documents/RestAPI/site-restapi/proj (master)
$ git push origin master
Enumerating objects: 41, done.
Counting objects: 100% (41/41), done.
Delta compression using up to 4 threads
Compressing objects: 100% (37/37), done.
Writing objects: 100% (41/41), 329.49 KiB | 3.02 MiB/s, done.
Total 41 (delta 12), reused 0 (delta 0), pack-reused 0
error: remote unpack failed: unable to create temporary object directory
To (amazon ec2 instance):/var/www/html/project/project.git
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to '(amazon ec2 instance):/var/www/html/project/project.git'