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

support other git remotes (e.g. github) #7

Open
marcmo opened this issue Sep 24, 2015 · 1 comment
Open

support other git remotes (e.g. github) #7

marcmo opened this issue Sep 24, 2015 · 1 comment

Comments

@marcmo
Copy link
Member

marcmo commented Sep 24, 2015

currently not possible: github ssh path

 $ rim sync -u ssh://git@github.com:esrlabs/concurrent.git -r master -c app/concurrent
/home/muellero/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/uri/generic.rb:214:in `initialize': the scheme ssh does not accept registry part: git@github.com:esrlabs (or bad hostname?) (URI::InvalidURIError)
    from /home/muellero/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/uri/common.rb:218:in `new'
    from /home/muellero/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/uri/common.rb:218:in `parse'
    from /home/muellero/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/uri/common.rb:747:in `parse'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/gems/esr-rim-1.2.1/lib/rim/processor.rb:60:in `get_absolute_remote_url'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/gems/esr-rim-1.2.1/lib/rim/command_helper.rb:107:in `get_remote_branch_format'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/gems/esr-rim-1.2.1/lib/rim/command_helper.rb:36:in `create_module_info'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/gems/esr-rim-1.2.1/lib/rim/command/sync.rb:66:in `invoke'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/gems/esr-rim-1.2.1/lib/rim/rim.rb:82:in `<top (required)>'
    from /home/muellero/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /home/muellero/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/gems/esr-rim-1.2.1/bin/rim:2:in `<top (required)>'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/bin/rim:23:in `load'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/bin/rim:23:in `<main>'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/bin/ruby_executable_hooks:15:in `eval'
    from /home/muellero/.rvm/gems/ruby-2.1.3@inga/bin/ruby_executable_hooks:15:in `<main>'
@marcmo
Copy link
Member Author

marcmo commented Oct 10, 2015

any progress on this? without this it's really not possible to use rim with github projects

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

No branches or pull requests

1 participant