Skip to content

Username? Password ??? #96

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

Open
innomin0409 opened this issue Feb 6, 2025 · 3 comments
Open

Username? Password ??? #96

innomin0409 opened this issue Feb 6, 2025 · 3 comments
Labels
question Further information is requested

Comments

@innomin0409
Copy link

I downloaded Git Source!
git clone https://github.com/fjp/diffbot.git
and
I was typing "vcs ~"
vcs import < src/diffbot/diffbot_dev.repos

but
The system requested "Username" and "Password"
Username for 'https://github.com': AAA
Password for 'https://AAA@github.com':

so
What are Username and Password?

@fjp
Copy link
Member

fjp commented Feb 6, 2025

Hi @innomin0409 thanks for reporting the issue. I assume it is because I made the remo_description repo private. But can you please provide the whole error message that you see?

@innomin0409
Copy link
Author

innomin0409 commented Feb 6, 2025

Error Message!

lee@U20:~/ros_ws/src$ git clone https://github.com/fjp/diffbot.git
Cloning into 'diffbot'...
remote: Enumerating objects: 3299, done.
remote: Counting objects: 100% (1031/1031), done.
remote: Compressing objects: 100% (427/427), done.
remote: Total 3299 (delta 584), reused 920 (delta 542), pack-reused 2268 (from 1)
Receiving objects: 100% (3299/3299), 8.28 MiB | 5.88 MiB/s, done.
Resolving deltas: 100% (1831/1831), done.
lee@U20:~/ros_ws/src$ cd ..
lee@U20:~/ros_ws$ vcs import < src/diffbot/diffbot_dev.repos
Username for 'https://github.com': .innomin0409
Password for 'https://innomin0409@github.com': 
E
=== ./src/remo_description (git) ===
Could not determine ref type of version: remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/ros-mobile-robots/remo_description/'
=== ./src/rplidar_ros (git) ===
Cloning into '.'...
lee@U20:~/ros_ws$ 

@fjp
Copy link
Member

fjp commented Feb 6, 2025

I had to make the remo_description repo private because otherwise the huge amount of downloads each months would freeze the whole cloning of any repo in this organization, because of the limits GitHub has on it's free organization plans. So usually you can only get access to remo_description after obtaining a license. Since you are the first to report this issue, I've given you direct access to the private remo_description repo. You should have received an invitation, which you can accept. After that it should be possible to clone it.

@fjp fjp added the question Further information is requested label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants