Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Installation of git repositories

Installation of git repositories

Added by Francisco Cruz about 7 years ago

Hello

I have a problem when i try to configure an installation with a Gemfile.custom

the setup script for some reason is using the address
git://github.com/omniauth/omniauth-saml.git to get data, but my server is behind a proxy, i configured git —global with the right proxy configuration, but only https clones/fetches work, is it possible to change the script to use https instead of git://

is it possible to do this manually somewhere in the installation files?


Replies (1)

RE: Installation of git repositories - Added by Oliver Günther about 7 years ago

Yes you can override the protocol used by git and force using https:

git config --global url.https://github.com/.insteadOf git://github.com/

Best,
Oliver

  • (1 - 1/1)
Loading...