diffbot icon indicating copy to clipboard operation
diffbot copied to clipboard

Username? Password ???

Open innomin0409 opened this issue 9 months ago • 3 comments

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://[email protected]':

so What are Username and Password?

innomin0409 avatar Feb 06 '25 06:02 innomin0409

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?

fjp avatar Feb 06 '25 06:02 fjp

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://[email protected]': 
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$ 

innomin0409 avatar Feb 06 '25 07:02 innomin0409

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 avatar Feb 06 '25 07:02 fjp