Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Match fails to handle path parameter #63

Closed
nicolasbraun opened this issue Jan 4, 2016 · 4 comments
Closed

Match fails to handle path parameter #63

nicolasbraun opened this issue Jan 4, 2016 · 4 comments
Labels

Comments

@nicolasbraun
Copy link

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

@KrauseFx
Copy link
Contributor

KrauseFx commented Jan 5, 2016

Can you run

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

yourself and see if that works?

@nicolasbraun
Copy link
Author

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

@mfurtak
Copy link
Contributor

mfurtak commented Feb 24, 2016

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.

@fastlanebot
Copy link

This issue was migrated to fastlane/fastlane#3439. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

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

No branches or pull requests

4 participants