search

Home  >  Q&A  >  body text

是git影响了django项目么?

问题是这样的:
有一个django的project目录,之前都是可以正常使用,比如python manage.py runserver什么的。
刚刚,尝试在这个目录里面用git pull远程连接了bae后发现python manage.py runserver什么的都不能用了。错误信息:python: can't open file 'manage.py': [Errno 2] No such file or directory。然后又尝试用git reset 到最初的HEAD,但还是同样不能用。难道是环境被git改变了么?求教。

phpcn_u1582phpcn_u15822772 days ago528

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:24:18

    Using git remote -v to check, it turns out that the remote library link is wrong!
    Too careless!

    reply
    0
  • Cancelreply