$ git push jhaase1 master
fatal: unable to bind to '/afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache/socket': Operation not permittedfatal: cache daemon did not start:fatal: unable to bind to '/afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache/socket': Operation not permittedfatal: cache daemon did not start:Everything up-to-date
$ ls -a /afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache
. ..
--
You received this message because you are subscribed to the Google Groups "zapdos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zapdos-users...@googlegroups.com.
To post to this group, send email to zapdos...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/zapdos-users/deab366d-1307-4ca3-853a-660ad312cdac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ ls -la .git-credential-cache
total 6drwx------ 2 jhaase1 campus 2048 Sep 21 23:10 .drw------- 42 jhaase1 campus 4096 Oct 11 22:10 ..
$ ls -la .git-credential-cache/*
ls: No match.
Is this happening on your cluster? What's the permissions on the .git-credential-cache folder? The closest thing I'm finding here is http://stackoverflow.com/questions/14145783/git-pull-permission-denied-linux/14160580#14160580 and https://git-scm.com/docs/git-credential-cache
On 10/11/2016 10:14 AM, John Haase wrote:
All,--
I am trying to commit to git. However, I get the error
$ git push jhaase1 masterfatal: unable to bind to '/afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache/socket': Operation not permittedfatal: cache daemon did not start:fatal: unable to bind to '/afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache/socket': Operation not permittedfatal: cache daemon did not start:Everything up-to-date
Any I looked and I don't even have /afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache/socket
$ ls -a /afs/crc.nd.edu/user/j/jhaase1/.git-credential-cache. ..What's going on?
John
You received this message because you are subscribed to the Google Groups "zapdos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zapdos-users+unsubscribe@googlegroups.com.
To post to this group, send email to zapdos...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/zapdos-users/deab366d-1307-4ca3-853a-660ad312cdac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "zapdos-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/zapdos-users/RhU3I8BuzbE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to zapdos-users+unsubscribe@googlegroups.com.
To post to this group, send email to zapdos...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/zapdos-users/6caef67a-9b88-d1a5-2cbf-b6546ed28a1e%40ncsu.edu.
Use <path> to contact a running cache
daemon (or start a new cache daemon if one is not started).
Defaults to ~/.git-credential-cache/socket. If
your home directory is on a network-mounted filesystem, you
may need to change this to a local filesystem. You must
specify an absolute path.
git config credential.helper 'cache --timeout=0'
To unsubscribe from this group and stop receiving emails from it, send an email to zapdos-users...@googlegroups.com.
To post to this group, send email to zapdos...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/zapdos-users/CABcGDN8CcEwbFpJczU0fPdFRyotirfuQkfMN%2BK2O1e70a5m4xA%40mail.gmail.com.