question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add: using a remote path doesn't load the configuration

See original GitHub issue

version: 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:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jorgeorpinelcommented, Jun 5, 2019

Did I capture the issue correctly? https://github.com/iterative/dvc.org/issues/411

0reactions
ryokugyucommented, Jun 14, 2019

I couldn’t reproduce the issue with your command workflow. The only difference I see, is that I was using: dvc add ssh://sshcache/incident_old.csv and in your workflow it is: dvc add remote://sshcache/incident_old.csv dvc-error I am getting this error while running the dvc add ssh://sshcache/car.txt

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found