Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using "." (dot) in remote names, remote is not working #272

Open
supervisitor opened this issue May 20, 2020 · 0 comments
Open

using "." (dot) in remote names, remote is not working #272

supervisitor opened this issue May 20, 2020 · 0 comments

Comments

@supervisitor
Copy link

supervisitor commented May 20, 2020

I've found that there's a point/dot in the name that renders the remote configuration unusable!

e.g. a working configuration with correct name:
[working_name]
type = http
config_automatic = yes
url = https://user:pass@example.com/myPath

e.g. a configuration with a not working name for remote:
[notworking.name]
type = http
config_automatic = yes
url = https://user:pass@example.com/myPath

with a dot inside the remote name I always got a empty space (folder icon with label: "The folder is empty") and error message: "X Error retrieving directory content"

photo_2020-05-20_11-46-32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant