summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris <Chris@web>2013-07-05 15:18:47 +0000
committerGravatar admin <admin@branchable.com>2013-07-05 15:18:47 +0000
commiteca0dd2b169f5152287fe38df8e766eeea7c8562 (patch)
treeb353b03b55a7baa2b7dbd0b08653fe21e6cf89be
parent13c6ae2d99c4f54ef5d0de7dad90e458c56d3f58 (diff)
-rw-r--r--doc/bugs/Adding_git_ssh_remote_fails.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/Adding_git_ssh_remote_fails.mdwn b/doc/bugs/Adding_git_ssh_remote_fails.mdwn
new file mode 100644
index 000000000..92a7ca3f4
--- /dev/null
+++ b/doc/bugs/Adding_git_ssh_remote_fails.mdwn
@@ -0,0 +1,30 @@
+### Please describe the problem.
+
+While trying to add a ssh remote, the webapp promts the error:
+
+ Reinitialized existing shared Git repository in /home/chris/annex-test/
+ git-annex: please specify a description of this repository
+
+resp.
+
+ Initialized empty shared Git repository in /home/chris/annex-test-2/
+ git-annex: please specify a description of this repository
+
+### What steps will reproduce the problem?
+
+Adding a ssh git remote.
+
+### What version of git-annex are you using? On what operating system?
+
+4.20130704-gaf18656 linux-amd64 and android
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+only successful ssh key generation in daemon.log
+
+# End of transcript or log.
+"""]]