Remote execute go program but error in "permission denied"
已回答
Set an SSH remote connection for remotely compiling and running go program, however, it always fails with "permission denied" as the called program is not set with execution bit (remote server is CentOS). But interestingly, as I found there would be always 4 folders created when I fire one remote-run command, and 2 of them contain the compiled program, one is with execution bit, the other is not, and GoLand would always call the one with NO execution bit. I found this must be a bug, as there could be program set with execution bit, but IDE would always call the wrong one.




请先登录再写评论。
Hi. Is your local machine running Windows? If so, then it is affected by this issue: https://youtrack.jetbrains.com/issue/GO-10609.
Thank you!
centos
@... Do I understand correctly that your local machine is centOS and your remote machine is centOS as well? Could you please collect the IDE logs via Help | Collect Logs and Diagnostic Data and upload them to https://uploads.jetbrains.com/, then provide its ID? Thank you.