Topic #153 -
cloning code from git
- by scottconway 11/02/2019 04:45
How do I pull the code from git. I tried what was shown in the developers section both with and without my userId and it asks for a password (and does not accept my password).
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Andale Mono'; color: #2fff12; background-color: #000000; background-color: rgba(0, 0, 0, 0.9)}
span.s1 {font-variant-ligatures: no-common-ligatures}
git clone ssh://git.tuxfamily.org/gitroot/ostorybook/code.git ostorybook
git clone ssh://scottconway@git.tuxfamily.org/gitroot/ostorybook/code.git ostorybook
Thanks in advance
Scott Conway :)Scott Conway:)
Answer n° 1
- by favdb 11/02/2019 12:59
For cloning as anonymous replace the "ssh" header by the "git" header, like this:
$> git clone git://git.tuxfamily.org/gitroot/ostorybook/code.git
Answer n° 2
- by scottconway 12/02/2019 02:15
That worked!
Thanks!!
Scott Conway :)Scott Conway:)
Document generated in 0.07 second