mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1434] 自写windows客户端脚本工具 #1128
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#1128
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 @bajins on GitHub (Sep 11, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1434
frpc.exe是否为最新版本,如果不是或不存在会自动下载https://www.bajins.com/files/frpc.bat
@zhoujie-cn commented on GitHub (Sep 21, 2019):
访问404
@bajins commented on GitHub (Sep 21, 2019):
部署gihub page时部署错误,已修正
@bajins commented on GitHub (Nov 12, 2019):
已迁移页面 https://www.bajins.com/System/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F.html#frp
@QQ2017 commented on GitHub (Apr 21, 2020):
这个BAT在Windows下根本无法执行,是使用姿势错误吗?
@bajins commented on GitHub (Apr 21, 2020):
由于git会在提交时更改换行符,Windows系统使用的换行符是CRLF ,UNIX/LINUX系统使用的换行符是LF,当你在提交文件时,它又试图将 CRLF 替换为 LF。
综合上述,下载下来的bat脚本需要自己更改换行符格式
@QQ2017 commented on GitHub (Apr 21, 2020):
谢谢 可以运行