anuraghazra / github-readme-stats

:zap: Dynamically generated stats for your github readmes
https://github-readme-stats.vercel.app
MIT License
68.37k stars 22.41k forks source link

Top languages ​​fail to load #3898

Open PIXELHIZE opened 1 month ago

PIXELHIZE commented 1 month ago

Describe the bug

Top languages ​​are not loading properly. This includes both HTML and Markdown methods.

Expected behavior

No response

Screenshots / Live demo link

Additional context


<a href="https://github.com/anuraghazra/github-readme-stats">
    <img src="https://github-readme-stats.vercel.app/api/top-langs/?username=PIXELHIZE&layout=donut&show_icons=true&theme=material-palenight&hide_border=true&bg_color=20232a&icon_color=58A6FF&text_color=fff&title_color=58A6FF&count_private=true" width=38% />
</a>
JackGiotto commented 1 month ago

Hi! As written in the repository's documentation This card shows language usage only inside your own non-forked repositories, and your repositories with code other than README are both forked. Anyway you can solve it deploying your own private vercel istance and adding count_private=true, and as what i see from your profile you already did it successfully!

PIXELHIZE commented 1 month ago

안녕하세요! 저장소 설명서 에 쓰여진 대로 이 카드는 포크되지 않은 자신의 저장소 내에서만 언어 사용을 표시하고 , README 이외의 코드가 있는 저장소는 모두 포크됩니다. 어쨌든 자신의 개인 vercel 인스턴스를 배포하고 를 추가하면 해결할 수 있으며 count_private=true, 프로필에서 볼 수 있듯이 이미 성공적으로 완료했습니다!

Thank you for your reply!