veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.61k stars 46 forks source link

[BUG] - MacOS HomeBrew Invalid formula #107

Closed LittleSheep2Code closed 2 years ago

LittleSheep2Code commented 2 years ago

Description

I follow the install steps run the command: curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh and let it install.

Steps to reproduce

Just install termscp on the intel chip macOS machine

Expected behaviour

I just want let it install!

Environment

Log

  Termscp configuration
> Platform:      macos
> Arch:          x86_64

? Install termscp 0.8.1? [y/N] y
> Installing termscp…
==> Tapping veeso/termscp
Cloning into '/usr/local/Homebrew/Library/Taps/veeso/homebrew-termscp'...
remote: Enumerating objects: 120, done.
remote: Counting objects: 100% (120/120), done.
remote: Compressing objects: 100% (67/67), done.
remote: Total 120 (delta 30), reused 111 (delta 27), pack-reused 0
Receiving objects: 100% (120/120), 14.14 KiB | 1.57 MiB/s, done.
Resolving deltas: 100% (30/30), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/veeso/homebrew-termscp/Formula/termscp-m1.rb
No available formula with the name "termscp-m1". Did you mean termscp?
In formula file: /usr/local/Homebrew/Library/Taps/veeso/homebrew-termscp/Formula/termscp-m1.rb
Expected to find class TermscpM1, but only found: Termscp.
Error: Cannot tap veeso/termscp: invalid syntax in tap!

Additional information

No additional information

veeso commented 2 years ago

I should have fixed the formula name. Could you please try now?

LittleSheep2Code commented 2 years ago

Yes, it's worked. Thank you very much~