ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

git clone报错

2026/8/11 8:34:36 拓冰建站 浏览量
git clone报错

git clone https:***
Cloning into ''...
fatal: unable to access '
': The requested URL returned error: 504

使用ssh下载,举个例子:
git clone git@github.com:niejianfei/Kaggle_OTTO_Multi-Objective_Recommender_System.git

注意:使用 SSH 的前提条件,电脑必须已经生成了 SSH 密钥,并且将公钥配置到了你的 GitHub 账号中。