数字键在 Bash 终端 (MacBook Pro) 中不起作用

发布于 2024-10-13 20:30:07 字数 297 浏览 2 评论 0原文

我正在尝试使用 Bash 终端将 Rails 应用程序从 MacBook Pro 推送到我的远程 Heroku 存储库。

远程存储库地址包含数字字符,一旦我复制/粘贴“[email ],这些数字字符就会被删除;受保护]:应用程序名称-[数字].git”。如果我尝试手动输入数字,电脑只会发出蜂鸣声。

真的是被这个卡住了!

I'm trying to push a rails app to my remote Heroku repository from a MacBook Pro using the Bash Terminal.

The remote repository address contains numeric characters which are stripped out as soon as I copy/paste "[email protected]:app-name-[numbers].git". If I try to type the numbers in manually, the comp just beeps.

Really stuck on this one!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

桃扇骨 2024-10-20 20:30:12

您遇到了终端设置问题。首先要尝试的就是关闭终端并重新启动;这将是一次新的会议。

如果这不起作用,请仔细键入以下内容

stty sane^J

^Jreset^J

将其设置为正常值。

听起来好像你至少得到了角色的回声,所以这可能很容易。 ^J 字符是 LINEFEED,它是基于 UNIX 的系统中用于换行的实际 ASCII 字符。

You've got a terminal setup problem. First thing to try is simply to close down the terminal and restart; that'll be a fresh session.

If that doesn't work, carefully type the following

stty sane^J

or

^Jreset^J

to set it to something normal.

It sounds as if you're getting characters echoed at least, so that may be easy. The ^J characters are LINEFEED, which is the actual ASCII character used for newline in UNIX-based systems.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文