【发布时间】:2017-05-08 16:07:06
【问题描述】:
我正在尝试将克隆拉入 pythonanywhere。
我跑:
git clone https://github.com/<your-github-username>/my-first-blog.git
我收到以下语法错误:
File < stdin>, line 1
git clone https://github.com/yavorcik/my-first-blog.git
^
SyntaxError: invalid syntax
不确定我在这里做错了什么。
【问题讨论】:
标签: git pythonanywhere