Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
来自 Zeit 新手的小问题。有没有办法拉我的项目?
我在不同的计算机上工作,我想将项目拉到另一台计算机上,以便我可以从两台计算机上处理它。
感谢您的时间
您可以将您的项目放在 github 上,然后您可以将其克隆到其他机器上。您还需要在另一台机器上全局安装 now npm 包:
npm i -g now