summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q <Dan@web>2012-09-24 04:46:31 +0000
committerGravatar admin <admin@branchable.com>2012-09-24 04:46:31 +0000
commit91d43c23937e600674f929c28ae69ba0b024ee8f (patch)
treedd58d30e563968303bf77509b6f7bfbd721443bb
parent79bd2b1d5bc65339d609fcce52ce7e861394f25d (diff)
-rw-r--r--doc/bugs/Using_Github_as_remote_throws_proxy_errors.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Using_Github_as_remote_throws_proxy_errors.mdwn b/doc/bugs/Using_Github_as_remote_throws_proxy_errors.mdwn
new file mode 100644
index 000000000..379a8e46f
--- /dev/null
+++ b/doc/bugs/Using_Github_as_remote_throws_proxy_errors.mdwn
@@ -0,0 +1,24 @@
+What steps will reproduce the problem?
+1. cd to an already existing git repository that uses Github as a remote, with the remote format similar to git@github.com:user/repo.git
+2. git annex init
+3. git annex status
+
+What is the expected output? What do you see instead?
+
+ $ git annex status
+ supported backends: SHA256 SHA1 SHA512 SHA224 SHA384 SHA256E SHA1E SHA512E SHA224E SHA384E WORM URL
+ supported remote types: git S3 bup directory rsync web hook
+ trusted repositories: Invalid command: 'git-annex-shell 'configlist' '/~/dlo/objectifier.git''
+ You appear to be using ssh to clone a git:// URL.
+ Make sure your core.gitProxy config option and the
+ GIT_PROXY_COMMAND environment variable are NOT set.
+ Command ssh ["-S","/Users/dan/Documents/Web/objectifier/.git/annex/ssh/git@github.com","-o","ControlMaster=auto","-o","ControlPersist=yes","git@github.com","git-annex-shell 'configlist' '/~/dlo/objectifier.git'"] failed; exit code 1
+ 0
+ # ... other stuff that isn't relevant
+
+
+What version of git-annex are you using? On what operating system?
+
+
+Please provide any additional information below.
+