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

Does not support custom port for ssh #47

Closed
dimmduh opened this issue Aug 30, 2019 · 7 comments
Closed

Does not support custom port for ssh #47

dimmduh opened this issue Aug 30, 2019 · 7 comments
Assignees
Labels
question Further information is requested released on @preview released

Comments

@dimmduh
Copy link

dimmduh commented Aug 30, 2019

I use port 22100 and it works fine when fetching branches, but when I click install

ssh://[email protected]:22100/npm/simple-packages.git

Error when executing git command. ssh: connect to host my.gitlab.com port 22: Connection refused
fatal: Could not read from remote repository.

@dimmduh
Copy link
Author

dimmduh commented Aug 30, 2019

It works if use https

@mob-sakai mob-sakai self-assigned this Aug 30, 2019
@mob-sakai
Copy link
Owner

Hi @dimmduh
I would like to know more information on this issue.

Environment (please complete the following information):

  • Platform: [e.g. Editor(Windows/Mac), Standalone(Windows/Mac)]
  • Unity: [e.g. 2018.3.0f1]
  • UpmGitExtension: [e.g. v0.9.1]

@mob-sakai mob-sakai added the question Further information is requested label Aug 30, 2019
@dimmduh
Copy link
Author

dimmduh commented Aug 30, 2019

Windows 7 SP1
Unity 20191.10f1
v0.9.1

@mob-sakai
Copy link
Owner

@dimmduh
Sorry for my late reply.

Is it possible to install the package manually, ie by editing manifest.json ?

@JurjenBiewenga
Copy link

This should be fixed in my PR #88

mob-sakai pushed a commit that referenced this issue May 27, 2020
github-actions bot pushed a commit that referenced this issue May 27, 2020
# [1.1.0-preview.13](v1.1.0-preview.12...v1.1.0-preview.13) (2020-05-27)

### Bug Fixes

* only transform if it is not already in the SSH format, close [#47](#47) ([f2e71b2](f2e71b2))
github-actions bot pushed a commit that referenced this issue May 27, 2020
# [1.1.0-preview.13](v1.1.0-preview.12...v1.1.0-preview.13) (2020-05-27)

### Bug Fixes

* only transform if it is not already in the SSH format, close [#47](#47) ([f2e71b2](f2e71b2))
@mob-sakai
Copy link
Owner

🎉 This issue has been resolved in version 1.1.0-preview.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Aug 11, 2020
# [1.1.0](v1.0.1...v1.1.0) (2020-08-11)

### Bug Fixes

* cannot install with 'upm' branch in Unity 2019.1 ([eb8ff00](eb8ff00))
* change namespace to 'Coffee.PackageManager.UI' ([4052f86](4052f86))
* class 'Expose' is no longer used ([6afe17e](6afe17e))
* console log is a little chatty [#82](#82) ([a632d7f](a632d7f))
* delete unused projects ([9714d16](9714d16))
* extensions for PackageDetails ([616bd00](616bd00))
* fix compile error ([9962277](9962277))
* fix host logo ([b54078f](b54078f))
* fix release script ([95a4921](95a4921))
* fix release script ([0313cfe](0313cfe))
* fix release script ([c0f8b34](c0f8b34))
* fix release script ([e4cef7b](e4cef7b))
* fix release script ([162bb91](162bb91))
* fix script to get available versions ([f95b560](f95b560))
* fix supported version check ([f4b25ef](f4b25ef))
* InstallPackageWindow uses new scheme ([44c952e](44c952e))
* js script path ([fb821ad](fb821ad))
* KeyNotFoundException is thrown for every package found when trying to install ([4720490](4720490)), closes [#90](#90)
* only transform if it is not already in the SSH format, close [#47](#47) ([f2e71b2](f2e71b2))
* releases wrongly being flagged as "preview" ([a32069e](a32069e)), closes [#83](#83)
* the package version list is not updated (javascript) ([e496c62](e496c62))
* **OSC:** update osc ([2ff8243](2ff8243))
* **OSC:** update osc ([d89d480](d89d480))
* **OSC:** update osc ([2117ed7](2117ed7))
* no versions are loaded from versions json file ([e9da6f3](e9da6f3))
* no versions on Windows ([4843bfa](4843bfa))
* remove OpenSesameCompiler devs ([d1ca10c](d1ca10c))
* remove settings ([3e7ba56](3e7ba56))
* SemVersion is ambiguous reference ([c066389](c066389))
* support 2019.1 ([5ff79fb](5ff79fb))
* support 2019.2 ([2497442](2497442))
* versions file is deleted on main thread ([e346b91](e346b91))

### Features

* add develop menu ([1c8c2a0](1c8c2a0))
* add keywords to package.json ([c0ee69e](c0ee69e))
* add open sesame compiler (portable mode) ([230137e](230137e))
* Azure Dev Ops and Branch Support in Unity 2019.1 or later ([3ed528a](3ed528a)), closes [#80](#80)
* change assembly name and namespace to Coffee.UpmGitExtension ([483cc8f](483cc8f))
* change caching scheme for available package versions ([fda6dbf](fda6dbf))
* extensions for supporting multiple-versions ([5e54dc2](5e54dc2))
* failed update available versions on Unity 2019.2 ([161e48f](161e48f))
* remove internal bridge ([cadef5e](cadef5e))
* show all available versions in InstallPackageWindow for mono-repo ([fc21042](fc21042))
* show update indicator ([9133766](9133766))
* support 2019.3 ([5f8ce50](5f8ce50))
* support 2020.1 (WIP) ([5d96f1f](5d96f1f))
* support Unity 2020.1 ([c879375](c879375)), closes [#76](#76)
* update package with locked branch name ([7b35a50](7b35a50))
* use nodejs instead of shell to get available versions ([0ff293b](0ff293b))
github-actions bot pushed a commit that referenced this issue Aug 11, 2020
# [1.1.0](v1.0.1...v1.1.0) (2020-08-11)

### Bug Fixes

* cannot install with 'upm' branch in Unity 2019.1 ([eb8ff00](eb8ff00))
* change namespace to 'Coffee.PackageManager.UI' ([4052f86](4052f86))
* class 'Expose' is no longer used ([6afe17e](6afe17e))
* console log is a little chatty [#82](#82) ([a632d7f](a632d7f))
* delete unused projects ([9714d16](9714d16))
* extensions for PackageDetails ([616bd00](616bd00))
* fix compile error ([9962277](9962277))
* fix host logo ([b54078f](b54078f))
* fix release script ([95a4921](95a4921))
* fix release script ([0313cfe](0313cfe))
* fix release script ([c0f8b34](c0f8b34))
* fix release script ([e4cef7b](e4cef7b))
* fix release script ([162bb91](162bb91))
* fix script to get available versions ([f95b560](f95b560))
* fix supported version check ([f4b25ef](f4b25ef))
* InstallPackageWindow uses new scheme ([44c952e](44c952e))
* js script path ([fb821ad](fb821ad))
* KeyNotFoundException is thrown for every package found when trying to install ([4720490](4720490)), closes [#90](#90)
* only transform if it is not already in the SSH format, close [#47](#47) ([f2e71b2](f2e71b2))
* releases wrongly being flagged as preview ([a32069e](a32069e)), closes [#83](#83)
* the package version list is not updated (javascript) ([e496c62](e496c62))
* **OSC:** update osc ([2ff8243](2ff8243))
* **OSC:** update osc ([d89d480](d89d480))
* **OSC:** update osc ([2117ed7](2117ed7))
* no versions are loaded from versions json file ([e9da6f3](e9da6f3))
* no versions on Windows ([4843bfa](4843bfa))
* remove OpenSesameCompiler devs ([d1ca10c](d1ca10c))
* remove settings ([3e7ba56](3e7ba56))
* SemVersion is ambiguous reference ([c066389](c066389))
* support 2019.1 ([5ff79fb](5ff79fb))
* support 2019.2 ([2497442](2497442))
* versions file is deleted on main thread ([e346b91](e346b91))

### Features

* add develop menu ([1c8c2a0](1c8c2a0))
* add keywords to package.json ([c0ee69e](c0ee69e))
* add open sesame compiler (portable mode) ([230137e](230137e))
* Azure Dev Ops and Branch Support in Unity 2019.1 or later ([3ed528a](3ed528a)), closes [#80](#80)
* change assembly name and namespace to Coffee.UpmGitExtension ([483cc8f](483cc8f))
* change caching scheme for available package versions ([fda6dbf](fda6dbf))
* extensions for supporting multiple-versions ([5e54dc2](5e54dc2))
* failed update available versions on Unity 2019.2 ([161e48f](161e48f))
* remove internal bridge ([cadef5e](cadef5e))
* show all available versions in InstallPackageWindow for mono-repo ([fc21042](fc21042))
* show update indicator ([9133766](9133766))
* support 2019.3 ([5f8ce50](5f8ce50))
* support 2020.1 (WIP) ([5d96f1f](5d96f1f))
* support Unity 2020.1 ([c879375](c879375)), closes [#76](#76)
* update package with locked branch name ([7b35a50](7b35a50))
* use nodejs instead of shell to get available versions ([0ff293b](0ff293b))
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested released on @preview released
Projects
None yet
Development

No branches or pull requests

3 participants