Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Github uri is wrong #32

Closed
mdmosley1 opened this issue Apr 9, 2019 · 1 comment
Closed

Github uri is wrong #32

mdmosley1 opened this issue Apr 9, 2019 · 1 comment

Comments

@mdmosley1
Copy link

In the install instructions, you should be using
git clone https://github.com/ethz-asl/aerial_mapper.git
instead of
git clone git@github.com:ethz-asl/aerial_mapper.git
The latter only works for those with the correct repository privileges. The same goes for

- git: {local-name: aslam_cv2, uri: 'https://github.com/ethz-asl/aslam_cv2.git'}
- git: {local-name: catkin_simple, uri: 'https://github.com/catkin/catkin_simple.git'}
- git: {local-name: doxygen_catkin, uri: 'https://github.com/ethz-asl/doxygen_catkin.git'}
- git: {local-name: eigen_catkin, uri: 'https://github.com/ethz-asl/eigen_catkin.git'}
- git: {local-name: eigen_checks, uri: 'https://github.com/ethz-asl/eigen_checks.git'}
- git: {local-name: ethzasl_brisk, uri: 'https://github.com/ethz-asl/ethzasl_brisk.git'}
- git: {local-name: gflags_catkin, uri: 'https://github.com/ethz-asl/gflags_catkin.git'}
- git: {local-name: glog_catkin, uri: 'https://github.com/ethz-asl/glog_catkin.git'}
- git: {local-name: grid_map, uri: 'https://github.com/ethz-asl/grid_map.git'}
- git: {local-name: minkindr_ros, uri: 'https://github.com/ethz-asl/minkindr_ros.git'}
- git: {local-name: minkindr, uri: 'https://github.com/ethz-asl/minkindr.git'}
- git: {local-name: opencv3_catkin, uri: 'https://github.com/ethz-asl/opencv3_catkin.git'}
- git: {local-name: pcl_catkin, uri: 'https://github.com/ethz-asl/pcl_catkin.git'}
- git: {local-name: vision_opencv, uri: 'https://github.com/ethz-asl/vision_opencv.git'}
- git: {local-name: yaml_cpp_catkin, uri: 'https://github.com/ethz-asl/yaml_cpp_catkin.git'}

in catkin_ws_aerial_mapper/src/aerial_mapper/install/dependencies.rosinstall

@hitimo
Copy link
Contributor

hitimo commented Apr 15, 2019

I've added added an alternative rosinstall file for https but afaik you should also be able to clone via ssh without read/write privileges (after having it set up: https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)

@hitimo hitimo closed this as completed in d94d08c Apr 15, 2019
hitimo added a commit that referenced this issue Apr 15, 2019
Added https clone as alternative; resolves #32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants