1

I am trying to use alchemy api for entity extraction

https://github.com/AlchemyAPI/alchemyapi_python

When i give this command to clone

git clone https://github.com/AlchemyAPI/alchemyapi_python.git

I get this error:

The requested URL returned error: 403 Forbidden while accessing https://github.com/AlchemyAPI/alchemyapi_python.gi/info/refs fatal: HTTP request failed

Please let me know what should I do?

4

2 回答 2

0

您可以在 git clone 之前尝试使用 GIT_CURL_VERBOSE=1 对其进行调试。
您也可以尝试使用 ssh 克隆它:

git clone git@github.com:AlchemyAPI/alchemyapi_python

(确保您的公共 ssh 密钥首先注册并且ssh -Tv git@github.com有效)

我只是用 https url 克隆了它,没有任何问题。

于 2015-05-01T04:22:13.463 回答
0

将代码下载为 zip 文件。右下角有选项。

于 2015-05-23T09:26:30.777 回答