How to Capitalize the first letter of existing GitHub repository?

旧街凉风 提交于 2019-12-20 05:44:22

问题


Situation is:

Currently, I have a repository name phimpme-iOS. I want to capitalize the first letter of the repository, Phimpme-iOS.

When I change the name in Settings > Options > Repository Name, it cannot be changed and it is showing -

The repository Phimpme-iOS already exists on this account


回答1:


User names and repository names are case-insensitive at Github: phimpme-iOS is the same as Phimpme-iOS; that is, from Github PoV you're trying to rename the repo to an equivalent name.

Try a completely different name — xxx, for example — and then rename it once more to Phimpme-iOS.




回答2:


Rename your repository to something completely different (e.g. "foo") and then name it back to the original name with the desired capitalization.



来源:https://stackoverflow.com/questions/50092038/how-to-capitalize-the-first-letter-of-existing-github-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!