问题描述
情况是:
当前,我的存储库名称为 phimpme-iOS .我想将存储库的首字母大写为 Phimpme-iOS .
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 -
推荐答案
在Github上,用户名和存储库名称不区分大小写:phimpme-iOS
与Phimpme-iOS
相同;也就是说,您正在从Github PoV尝试将存储库重命名为等效名称.
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.
尝试使用完全不同的名称,例如xxx
,然后再次将其重命名为Phimpme-iOS
.
Try a completely different name — xxx
, for example — and then rename it once more to Phimpme-iOS
.
这篇关于如何将现有GitHub存储库的首字母大写?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!