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

Match fails to handle path parameter #3439

Closed
fastlanebot opened this issue Jan 4, 2016 · 3 comments
Closed

Match fails to handle path parameter #3439

fastlanebot opened this issue Jan 4, 2016 · 3 comments

Comments

@fastlanebot
Copy link

Original issue by @nicolasbraun - Imported from fastlane/match#63

Hi,

For some reason our git repository manager does not support configuration like git_url "ssh://git@ourrepomanager.net/CISandbox/fastlane/match" and will look for the CISandbox/fastlane/match repository (and obviously fail to find it)

INFO [2016-01-04 19:39:04.25]: Cloning remote git repo...
INFO [2016-01-04 19:39:04.25]: $ git clone 'ssh://git@ourrepomanager.net/CISandbox/fastlane/match' '/var/folders/3t/1rggmx_x3n7d39q66r4v3dzw0000gn/T/d20160104-46961-bxoqyq'
INFO [2016-01-04 19:39:04.26]: > Cloning into '/var/folders/3t/1rggmx_x3n7d39q66r4v3dzw0000gn/T/d20160104-46961-bxoqyq'...
INFO [2016-01-04 19:39:04.51]: > FATAL: R any CISandbox/fastlane/match nicolas_braun DENIED by fallthru
INFO [2016-01-04 19:39:04.51]: > (or you mis-spelled the reponame)
INFO [2016-01-04 19:39:04.51]: > fatal: Could not read from remote repository.
INFO [2016-01-04 19:39:04.51]: > Please make sure you have the correct access rights
INFO [2016-01-04 19:39:04.51]: > and the repository exists.

I am not really sure why it works in your example

Maybe a good option would be to add a path parameter to indicate in which folder to store the certificates and profiles (maybe the Matchfile - not sure it is necessary for it to be in the same one)

Thanks for your help,

Nicolas

@fastlanebot
Copy link
Author

@KrauseFx commented

Can you run

git clone 'ssh://git@ourrepomanager.net/CISandbox/fastlane/match' '/tmp'

yourself and see if that works?

@fastlanebot
Copy link
Author

@nicolasbraun commented

Results in the same error, it's trying to clone CISandbox/fastlane/matchwhich is not a repository

FATAL: R any CISandbox/fastlane/match nicolas_braun DENIED by fallthru

After a night of though I figured that https://github.com/fastlane/certificates in your example is not a path in the fastlane repository but is the root to the a repository certificatesfor user `fastlane``

So basically it is a feature request to be able to indicate the path to the folder in which I would like Match to store its stuff.

It is related to #62

@fastlanebot
Copy link
Author

@mfurtak commented

I'm going to close this for now and let #62 track the feature request around having match be able to operate within subdirectories of a given git repo.

@fastlane fastlane locked and limited conversation to collaborators Sep 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant