This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# WSL SSH Connection Setup Script for macOS | |
# This script helps configure SSH connection to WSL Ubuntu for Cursor remote development | |
echo "=== WSL SSH Connection Setup for Cursor ===" | |
echo | |
# Check if SSH key exists | |
if [ ! -f ~/.ssh/id_ed25519 ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- request (LoadError) | |
from /Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in require' | |
from /Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_dependency' | |
from /Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' | |
from /Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/mymoip-0.2.1/lib/mymoip/payment_request.rb:1:in `<top (required)>' | |
from /Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require' | |
from /Users/luizhdcosta/.rvm/gems/ruby-1.9.3-p194@postalize/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in requir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm --cached <nome_do_arquivo> |