Skip to content
New issue

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

Permissions denied (https) #1

Open
IgnacioCarlucho opened this issue May 2, 2017 · 1 comment
Open

Permissions denied (https) #1

IgnacioCarlucho opened this issue May 2, 2017 · 1 comment

Comments

@IgnacioCarlucho
Copy link
Member

I got an error when trying to synchronize the repos using rosinstall.
The issue was solved by changing (in each line) of the corresponding <ros_version_name>.rosinstall from:

- git: {local-name: rosinstall, uri: 'git@github.com:oceansystemslab/rosinstall.git', version: master}

to

- git: {local-name: rosinstall, uri: 'https://github.com/oceansystemslab/rosinstall', version: master}
@bmagyar
Copy link
Member

bmagyar commented May 2, 2017

The first version assumes that you have your github/git setup with SSH-keys.
I've got 2 arguments to keep things the way they are:

  • It is a good practice to use SSH keys
  • These files were primarily created for setting up the full software stack on robots with automated scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants