Hi,
https://fedorahosted.org/install-guide/
In the "I want to help with the content." section:
git clone ssh://git.fedorahosted.org/git/docs/install-guide.git git clone git://git.fedorahosted.org/git/fedora-doc-utils docs-common
Should the first one be "git clone git://"
The syntax is wrong for ssh anyway...
Cheers.
On Sun, Nov 9, 2008 at 5:01 PM, Murray McAllister murray.mcallister@gmail.com wrote:
Hi,
https://fedorahosted.org/install-guide/
In the "I want to help with the content." section:
git clone ssh://git.fedorahosted.org/git/docs/install-guide.git git clone git://git.fedorahosted.org/git/fedora-doc-utils docs-common
Should the first one be "git clone git://"
The syntax is wrong for ssh anyway...
Cheers.
"If you don't have access to this repo, use git:// instead of ssh:// above. " git clone ssh://git.fedorahosted.org/git/docs/install-guide.git
Does this work? Not that I know about git, but I thought it had to be:
ssh://[username]@fedorahosted...
Cheers.
On Sun, 2008-11-09 at 17:01 +1000, Murray McAllister wrote:
https://fedorahosted.org/install-guide/
In the "I want to help with the content." section:
git clone ssh://git.fedorahosted.org/git/docs/install-guide.git git clone git://git.fedorahosted.org/git/fedora-doc-utils docs-common
Should the first one be "git clone git://"
Actually, the second one should be "ssh://".
The syntax is wrong for ssh anyway...
But it's correct for git.
On Sun, Nov 09, 2008 at 02:20:37AM -0500, Ignacio Vazquez-Abrams wrote:
On Sun, 2008-11-09 at 17:01 +1000, Murray McAllister wrote:
https://fedorahosted.org/install-guide/
In the "I want to help with the content." section:
git clone ssh://git.fedorahosted.org/git/docs/install-guide.git git clone git://git.fedorahosted.org/git/fedora-doc-utils docs-common
Should the first one be "git clone git://"
Actually, the second one should be "ssh://".
The syntax is wrong for ssh anyway...
But it's correct for git.
(1) ssh:// is fine for git, and equivalent to git+ssh:// protocol. You need to use this protocol if you don't want to have to reset the configuration later to be able to send changes back.
(2) Yes, you need ssh://<username>@git.fedorahosted.org... if you don't have your ~/.ssh/config setup to provide this (or don't use the same user name locally as remotely). I'll fix that.
(3) The second one should be git:// because there is no reason that someone helping with the document should need write access to the common toolset repo. I wrote these instructions to help prevent careless errors. Again, the configuration in .git/config is editable later if necessary and appropriate.
docs@lists.stg.fedoraproject.org