github - fatal: Unable to create in git -
i have 2 machines work on. have github account. today message:
username 'https://github.com': jgoldstick password 'https://jgoldstick@github.com': counting objects: 29, done. delta compression using 2 threads. compressing objects: 100% (14/14), done. writing objects: 100% (16/16), 2.61 kib | 0 bytes/s, done. total 16 (delta 12), reused 0 (delta 0) https://github.com/jgoldstick/baseball.git 7be5c2d..d324acb master -> master fatal: unable create '/home/jcg/code/python/venvs/baseball/.git/refs/remotes/origin/master.lock': permission denied unexpected end of command stream (baseball)jcg@jcg:~/code/python/venvs/baseball$
however on github looks push worked. caused error message?
here's error message:
fatal: unable create '/home/jcg/code/python/venvs/baseball/.git/refs/remotes/origin/master.lock': permission denied
that looks directory on local machine (not github). current user (jcg) doesn't have permission file. it's lock file. try rebooting machine. if doesn't work. might need recursively chown or chmod directory give correct permissions.
Comments
Post a Comment