尝试从gitlab将现有存储库克隆到我的本地驱动器时。我用的格式
$ git clone https://github.com/libgit2/libgit2 mylibgit
Run Code Online (Sandbox Code Playgroud)
例如mylibgit,在XAMPP Web文件夹之外的某个位置(例如htdocs)找到了生成的文件夹,我将其移到了该文件夹,但它无法正常工作。
我将其移到桌面上并出现错误:
fatal: unable to access 'https://git@gitlab.com:xxxxx/yyyyyy/':Port number ended with 'y'
Run Code Online (Sandbox Code Playgroud)