[GH-ISSUE #1434] 自写windows客户端脚本工具 #1128

Closed
opened 2026-05-05 12:43:25 -06:00 by gitea-mirror · 6 comments
Owner

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

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
gitea-mirror 2026-05-05 12:43:25 -06:00
  • closed this issue
  • added the
    doc
    label
Author
Owner

@zhoujie-cn commented on GitHub (Sep 21, 2019):

访问404

<!-- gh-comment-id:533772985 --> @zhoujie-cn commented on GitHub (Sep 21, 2019): 访问404
Author
Owner

@bajins commented on GitHub (Sep 21, 2019):

部署gihub page时部署错误,已修正

<!-- gh-comment-id:533800563 --> @bajins commented on GitHub (Sep 21, 2019): 部署gihub page时部署错误,已修正
Author
Owner

@bajins commented on GitHub (Nov 12, 2019):

部署 gihub page 时部署错误,已修正

还是404

已迁移页面 https://www.bajins.com/System/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F.html#frp

<!-- gh-comment-id:552687409 --> @bajins commented on GitHub (Nov 12, 2019): > > 部署 gihub page 时部署错误,已修正 > > 还是404 已迁移页面 https://www.bajins.com/System/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F.html#frp
Author
Owner

@QQ2017 commented on GitHub (Apr 21, 2020):

这个BAT在Windows下根本无法执行,是使用姿势错误吗?

<!-- gh-comment-id:617052796 --> @QQ2017 commented on GitHub (Apr 21, 2020): 这个BAT在Windows下根本无法执行,是使用姿势错误吗?
Author
Owner

@bajins commented on GitHub (Apr 21, 2020):

这个BAT在Windows下根本无法执行,是使用姿势错误吗?

由于git会在提交时更改换行符,Windows系统使用的换行符是CRLF ,UNIX/LINUX系统使用的换行符是LF,当你在提交文件时,它又试图将 CRLF 替换为 LF。

综合上述,下载下来的bat脚本需要自己更改换行符格式

<!-- gh-comment-id:617055894 --> @bajins commented on GitHub (Apr 21, 2020): > 这个BAT在Windows下根本无法执行,是使用姿势错误吗? 由于git会在提交时更改换行符,Windows系统使用的换行符是CRLF ,UNIX/LINUX系统使用的换行符是LF,当你在提交文件时,它又试图将 CRLF 替换为 LF。 综合上述,下载下来的bat脚本需要自己更改换行符格式
Author
Owner

@QQ2017 commented on GitHub (Apr 21, 2020):

这个BAT在Windows下根本无法执行,是使用姿势错误吗?

由于git会在提交时更改换行符,Windows系统使用的换行符是CRLF ,UNIX/LINUX系统使用的换行符是LF,当你在提交文件时,它又试图将 CRLF 替换为 LF。

综合上述,下载下来的bat脚本需要自己更改换行符格式

谢谢 可以运行

<!-- gh-comment-id:617057904 --> @QQ2017 commented on GitHub (Apr 21, 2020): > > 这个BAT在Windows下根本无法执行,是使用姿势错误吗? > > 由于git会在提交时更改换行符,Windows系统使用的换行符是CRLF ,UNIX/LINUX系统使用的换行符是LF,当你在提交文件时,它又试图将 CRLF 替换为 LF。 > > 综合上述,下载下来的bat脚本需要自己更改换行符格式 谢谢 可以运行
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1128
No description provided.