From aec95f154df5ff60e92ba1bb93d30b21e200b649 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 07 2017 10:38:21 +0000 Subject: Fix warning when generating the sphinx documentation Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/usage/forks.rst b/doc/usage/forks.rst index 5b4ac4d..362280d 100644 --- a/doc/usage/forks.rst +++ b/doc/usage/forks.rst @@ -64,7 +64,7 @@ Afterwards, you are ready to push your changes to your remote fork:: $ git push -u origin my-feature-or-bugfix # upload changes In case you cloned the repo via HTTP, for example using a command like `git -clone https://...`_, the push will fail. Pagure.io does not support pushing +clone https://...`, the push will fail. Pagure.io does not support pushing over HTTP. An easy workaround is to use:: $ git push -u origin my-feature-or-bugfix ssh://git@pagure.io/forks/jcline/pagure.git