By: Conrad Krinock user 18 May 2020 at 11:19 a.m. CDT

3 Responses
Conrad Krinock gravatar
## Status We got the entire Gluu AS server downloaded/configured/running last Friday; Mike Schwartz directed us to the rp-spring-boot project as are next step in our POC (proof of concept). ## Trying to get project git clone https://github.com/GluuFederation/oxAuth/tree/master/rp-spring-boot I've run git clone successfully on other github projects just today and it works OK; So I don`t believe the problem is with my Windows10 PC workstation's configuration ## Expected Behavior download project ## Actual Behavior Cloning into 'rp-spring-boot'... fatal: repository 'https://github.com/GluuFederation/oxAuth/tree/master/rp-spring-boot/' not found Thanks/RSVP, Conrad

By Yuriy Zabrovarnyy staff 18 May 2020 at 11:30 a.m. CDT

Yuriy Zabrovarnyy gravatar
Clone whole oxauth. It's because `rp-sprint-boot` is module of oxauth. `git clone https://github.com/GluuFederation/oxAuth.git`

By Michael Schwartz Account Admin 18 May 2020 at 11:32 a.m. CDT

Michael Schwartz gravatar
Or try this: ``` $ sudo apt install subversion . . . $ svn export https://github.com/GluuFederation/oxAuth/trunk/rp-spring-boot ``` The trick is to replace `tree/master` with `trunk` ...

By Conrad Krinock user 19 May 2020 at 4:39 a.m. CDT

Conrad Krinock gravatar
OK thanks -- resolved/closed. (I've used primarily TFS for the past 10 years)