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

Failed to fetch metadata for icons #12

Closed
pizofreude opened this issue Dec 20, 2022 · 1 comment
Closed

Failed to fetch metadata for icons #12

pizofreude opened this issue Dec 20, 2022 · 1 comment

Comments

@pizofreude
Copy link

Hi,
I'm trying to clone a subdirectory as linked below via ghclone command:
https://github.com/all-contributors/all-contributors/tree/master/website/static/img/icons

This is the command I gave in git bash inside my local git repo project directory:
MINGW64 ~src/site/images/icons
$ ghclone https://github.com/all-contributors/all-contributors/tree/master/website/static/img/icons
Cloning into 'icons'...
Failed to fetch metadata for icons

I'm using windows 10 with Python 3.11. This is the installed directory of ghclone in my machine:
C:\Windows\system32>pip install github-clone
Requirement already satisfied: github-clone in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (1.2.0)
Requirement already satisfied: requests>=2.20.0 in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (from github-clone) (2.28.1)
Requirement already satisfied: docopt>=0.6.2 in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (from github-clone) (0.6.2)
Requirement already satisfied: charset-normalizer<3,>=2 in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (from requests>=2.20.0->github-clone) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (from requests>=2.20.0->github-clone) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (from requests>=2.20.0->github-clone) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\abdul\appdata\local\programs\python\python311\lib\site-packages (from requests>=2.20.0->github-clone) (2022.12.7)

Can you please help? I cannot figure out what I'm missing.
Thanks in advance for your assistance.

@HR
Copy link
Owner

HR commented Feb 13, 2023

Duplicate of #9

@HR HR marked this as a duplicate of #9 Feb 13, 2023
@HR HR closed this as completed Feb 13, 2023
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