mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2229] how to run on Windows arm64 #1772
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#1772
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 @YeautyYE on GitHub (Feb 2, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2229
I run Windows 10 on the Raspberry Pi, and want to perform intranet penetration through frp.
I try to execute
CGO_ENABLED = 0 GOOS = windows GOARCH = arm go build main.goin the frpc directory of the source code to compileBut put it in windows, it can't run, and there is no log
Is my compilation method wrong?
Is there a compiled package provided
我目前将Windows10运行在树莓派上,想通过frp进行内网穿透。
我尝试在源码的frpc目录下执行
CGO_ENABLED=0 GOOS=windows GOARCH=arm go build main.go进行编译但是放到windows中,无法运行,且没有日志
请问是我的编译方式不对吗
是否有编译好的包提供
@yuyulei commented on GitHub (Feb 5, 2021):
try https://github.com/fatedier/frp/releases/tag/v0.35.1 frp_0.35.1_windows_386.zip or frp_0.35.1_windows_amd64.zip
@YeautyYE commented on GitHub (Feb 5, 2021):
useless
@fatedier commented on GitHub (Feb 5, 2021):
https://github.com/golang/go/issues/36439
It's not supported now, maybe in future golang release.
@YeautyYE commented on GitHub (Feb 5, 2021):
OK
@github-actions[bot] commented on GitHub (Mar 23, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.