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 for GitHub Enterprise and custom domains #12

Open
AndyOGo opened this issue Oct 25, 2016 · 2 comments
Open

Support for GitHub Enterprise and custom domains #12

AndyOGo opened this issue Oct 25, 2016 · 2 comments

Comments

@AndyOGo
Copy link

AndyOGo commented Oct 25, 2016

Are custom domain's of self-hosted GitHub Enterprise instances supported?

@AndyOGo
Copy link
Author

AndyOGo commented Oct 25, 2016

I checked the source code and tried to specifiy the --api/-a option with no success .
It throws:

user:~$ git2pdf gen foo/foo -a https://www.example.com

ERROR: "git2pdf gen" was called with arguments ["foo/foo", "-a", "https://www.example.com"]
Usage: "git2pdf gen <repository1,repository2>"
Usage: "git2pdf gen <repository1,repository2>"

@AndyOGo
Copy link
Author

AndyOGo commented Oct 25, 2016

Anyone who is curios gem install git2pdf installs an old version.

If you install from git source directly by utilising specific_install everything works fine.
SO: http://stackoverflow.com/questions/2577346/how-to-install-gem-from-github-source

gem install specific_install
gem specific_install https://github.com/pocketworks/git2pdf.git

Now you can use --api/-a option as expected.

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