How to Capitalize the first letter of existing GitHub repository?

后端 未结 2 378
耶瑟儿~
耶瑟儿~ 2021-01-26 01:39

Situation is:

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

2条回答
  •  孤独总比滥情好
    2021-01-26 01:58

    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.

提交回复
热议问题