Issue with push
I have created the project on gitlab UI. I able to clone,add,commit but while trying to push it shows the following error
neelaveni@ltsp64 17:42:32$ git push -u origin master
Counting objects: 3, done.
Writing objects: 100% (3/3), 283 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: Arguments:refs/heads/master 0000000000000000000000000000000000000000 e9233498ef795060b52fc80f04f86f3fa0d6a2a1
remote: ------------------------------------------------------------------------------------
remote: First commit
remote: fatal: This operation must be run in a work tree
remote: if works for first commit::e9233498ef795060b52fc80f04f86f3fa0d6a2a1:0000000000000000000000000000000000000000
remote: ------------------------------------------------------------------------------------
remote: error: hook declined to update refs/heads/master
To git@192.168.1.129:neelaveni/public_project
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'git@192.168.1.129:neelaveni/public_project'
I have refereed the #44 (closed), as per the link I tried but even though I have received the same error. Kindly say the solution to resolve it.