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