我正在尝试使用 AppScale 在我的笔记本电脑上运行 GoogleAppEngine 应用程序。我按照此链接中的说明进行操作,直到部署部分一切正常。
appscale deploy ~/path-to-your-app
我不知道我必须走什么路。包含我的应用程序的目录在我的桌面上。所以我做了
vagrant@precise64:~$ appscale deploy /Users/Mac/Desktop/MyApp
/Users/Mac/Desktop/MyApp is not a tar.gz file, a zip file, or a directory. Please try uploading either a tar.gz file, a zip file, or a directory.
但是虚拟机无权访问它。