【发布时间】:2017-10-09 00:17:41
【问题描述】:
我正在尝试弄清楚如何将文件从 Github 存储库获取到 Digital Ocean droplet。 repo 被克隆了,但是在从我的本地机器上对 Github 进行了新的更改之后,我不知道如何从 Github 获取文件到我的 droplet。我有一个 SSH 连接。当我运行 git pull 时,它会引发错误。
error: Your local changes to the following files would be overwritten by merge:
app.js
Please, commit your changes or stash them before you can merge.
我尝试了在网上找到的各种解决方案,但没有任何效果。
如果有任何帮助或帮助链接,我将不胜感激。
【问题讨论】:
标签: node.js git github digital-ocean