mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2243] always login to server failed: EOF in JetBrains GoLand #1783
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1783
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hellodword on GitHub (Feb 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2243
Version: both the latest releasev0.35.1and thedevbranch 976fd81OS: Windows 10CPU architecture: amd64
这可能不是 frp 的 BUG,可能也不是 delve 的 BUG,更可能是 GoLand 的 BUG,但是在 frp 出现的,贴在这里供社区其他朋友参考,避免重复踩坑。编译运行 frpc_windows_amd64.exe,可以成功vscode 调试运行 frpc,可以成功 // 排除 delve,其实 GoLand 似乎没用到 dlv,而是runnerw64.exe?GoLand 调试运行 frpc,[service.go:103] login to server failed: EOF希望有能力的朋友深入追踪一下 :)@hellodword commented on GitHub (Feb 15, 2021):
升级 2021.1 EAP 解决了