Error on fast-DreamBooth notebook

I am getting this error while executing the ‘Model Download’ part of this Colab notebook (`Google Colab), after introducing my access token.

/content/stable-diffusion-custom
Initialized empty Git repository in /content/stable-diffusion-custom/.git/
Git LFS initialized.
Updating origin
fatal: could not read Username for ‘https://huggingface.co’: No such device or address
error: Could not fetch origin
Check the link you provided

Any idea?

I am having the same issue, did you find a solution?

Comment for anyone who will struggle with the same issue.

I solved it using the address below.

https://{user_name:{access_token_value}@huggingface.co/

{user_name} is a hugging face account username, and you can get {access_token_value} on the Settings > Access Tokens tab.