Cloud 9 want to change directory to my desktop

纵饮孤独 提交于 2019-12-24 10:12:50

问题


Is it possible to cd to my desktop when using the terminal in Cloud 9 for Rails environment?

If not any folder on my local Hard Drive would be fine.


回答1:


There is no built-in way to sync the code in your cloud9 workspace with your desktop machine.

But you have several ways to copy files from and to your cloud9 workspace.

1. Git/Github
You can use git and github (or any other distributed revision control system) to sync your code (i.e. Upload (git push) your code from cloud9 and later download (git clone) to your desktop machine).

2. Download from Cloud9
Rigth-click on the file or folder in the Workspace tree (on the left of your cloud9 workspace) and select Download.

3. Upload from your local machine
Drag-and-drop you local file to a specific folder on your Workspace tree.



来源:https://stackoverflow.com/questions/43596711/cloud-9-want-to-change-directory-to-my-desktop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!