add: using a remote path doesn't load the configuration
See original GitHub issueversion: 0.41.3
dvc remote add ssh ssh://localhost
dvc remote modify ssh user none
dvc remote modify ssh port 111
dvc config cache.ssh ssh
dvc add remote://ssh/something
ERROR: unexpected error - [Errno None] Unable to connect to port 111 on 127.0.0.1 or ::1
⚠️ Couldn’t reproduce the issue ⚠️
More context: https://discordapp.com/channels/485586884165107732/485596304961962003/585454599117471744
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Remote Path Mapping not working · Issue #4358 - GitHub
You may need a Remote Path Mapping. Manually importing works just fine, and I have the exact same set up in Radarr and...
Read more >How to fix 8 common remote desktop connection problems
The best way to fix this is to ensure that both the client and the host are running supported Windows versions and both...
Read more >Troubleshooting common PHP debugging issues | PhpStorm ...
This section provides the list of solutions and workarounds for common problems with Debugging in PhpStorm.
Read more >git remote add with other SSH port - Stack Overflow
You can just do this: git remote add origin ssh://user@host:1234/srv/git/example. 1234 is the ssh port being used.
Read more >Changes to Remote Connection Manager in Windows Server ...
This article describes the changes that have been made to RCM in Windows Server 2016. It also explains how to enable RCM.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Did I capture the issue correctly? https://github.com/iterative/dvc.org/issues/411