请问有人用过polaris大的autogo吗...按readme 说的一步步操作不成功啊...cmd上又显示不了提示(乱码)
我的目录结构是这样的.
E:\work\jxc\src\test\test.go
E:\work\autogo\
test.go就是github.com/polaris1119/autogo上readme 那的例子...
在文件头加了句package main
修改了E:\work\autogo\config\projects.json
内容为
[
{
"name": "jxc",
"root": "../jxc",
"go_way": "install",
"deamon": true,
"main": "test/test.go",
"depends": []
}
]
操作为
\>cd autogo
\>install.bat
finish.
\>bin\auto
提示的最后一句为"fork/exec E:\work\jxc\bin\test.exe: Access is denied."
直接打开jxc\bin\test运行成功...
但修改test.go后刷新无改变....
上文提到的
"fork/exec E:\work\jxc\bin\test.exe: Access is denied."是因为防火墙把新生成的exe文件当病毒给杀了..
#4
更多评论
先按 [Windows下CMD执行Go中文乱码问题解决方法](http://studygolang.com/wiki/cmd_zh_code) 上面的方法解决显示中文问题,看出什么错了
#1