We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://redmine.robot-rose.nl/redmine/issues/1251 $ FIRST_COMPILE_ROOT="${HOME}/first_compile" && rm -rf ${FIRST_COMPILE_ROOT} && REPOS_ROOT="" && mkdir -p ${FIRST_COMPILE_ROOT} && cd ${FIRST_COMPILE_ROOT} && rm -rf rose_tools && git config --global credential.helper cache && git clone https://github.com/RobotRose/rose_tools.git -b develop && cd rose_tools/scripts && source ./first_compile.sh && rm -rf ${FIRST_COMPILE_ROOT} Cloning into 'rose_tools'... Username for 'https://github.com': LoyVanBeek Password for 'https://[email protected]': remote: Counting objects: 708, done. remote: Compressing objects: 100% (128/128), done. remote: Total 708 (delta 219), reused 129 (delta 129), pack-reused 451 Receiving objects: 100% (708/708), 148.43 KiB, done. Resolving deltas: 100% (450/450), done. Installing the Rose B.V. software. FIRST_COMPILE_ROOT = /home/osch/first_compile Cloning into 'rose_config'... error: The requested URL returned error: 403 while accessing https://github.com/RobotRose/rose_config.git/info/refs fatal: HTTP request failed Copying the default bashrc to ~/.bashrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://redmine.robot-rose.nl/redmine/issues/1251 $ FIRST_COMPILE_ROOT="${HOME}/first_compile" && rm -rf ${FIRST_COMPILE_ROOT} && REPOS_ROOT="" && mkdir -p ${FIRST_COMPILE_ROOT} && cd ${FIRST_COMPILE_ROOT} && rm -rf rose_tools && git config --global credential.helper cache && git clone https://github.com/RobotRose/rose_tools.git -b develop && cd rose_tools/scripts && source ./first_compile.sh && rm -rf ${FIRST_COMPILE_ROOT}
Cloning into 'rose_tools'...
Username for 'https://github.com': LoyVanBeek
Password for 'https://[email protected]':
remote: Counting objects: 708, done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 708 (delta 219), reused 129 (delta 129), pack-reused 451
Receiving objects: 100% (708/708), 148.43 KiB, done.
Resolving deltas: 100% (450/450), done.
Installing the Rose B.V. software.
FIRST_COMPILE_ROOT = /home/osch/first_compile
Cloning into 'rose_config'...
error: The requested URL returned error: 403 while accessing https://github.com/RobotRose/rose_config.git/info/refs
fatal: HTTP request failed
Copying the default bashrc to ~/.bashrc
The text was updated successfully, but these errors were encountered: