Вопрос

When I get the data of an repository via the API there is this key "homepage" which is "null" in my cases. Is there any way to to set a value for it e.g. the URL of the gh-page of this repo without using the API? Maybe via the settings of the repo or the config file or doing something like 'git config homepage "http://USERNAME.github.io/REPO/" '

Это было полезно?

Решение

Assuming you have access to the repository, click "Edit" from the repository header in your account, then enter you can change the homepage and description.

enter image description here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top