当试图用git克隆存储库时,我得到了以下错误:
Fatal: Unable to checkout working tree
warning: Clone succeeded, but failed checkout.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
此外,以下消息出现在几个文件中:“错误:无法创建文件”
通过使用“git状态”命令,我看到许多文件被标记为已删除,实际上这些文件仍然存
在我的Git存储库中,有重音文件作为éíóúàèìòùãõ_800x600.jpg,但在克隆之后,我不能执行拉操作,因为文件显示为已修改:
$git clone [...]
done
$git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# "a\314\201e\314\201i\314\201o\314\201u\314\201a\314\200e\314\200i\
我已经在Azure DevOps中创建了一个组织。在这个组织下,我在Azure DevOps中创建了一个带有私有Git Repository的项目。现在,当我尝试使用Visual Studio 2017克隆这个存储库时,我总是得到下面提到的错误。 **Git failed with a fatal error.
unable to access 'https://dev.azure.com/organizationame/projectname/_git/projectname/': The requested URL returned error: 403**