CircleCI with GIT

How circleci work with local git server ? without github or bitbucket

Hello @Aqib, and welcome to the CircleCI community!

CircleCI integrates with GitHub, GitHub Enterprise, and Bitbucket.

These are the only VCS providers CircleCI supports.

1 Like

Thanks for your kind reply @yannCI.
so that’s mean we have to must transfer our code from local git server to Github,
Github Enterprise or Bitbucket for integration with CircleCI.
Is there any plugins or other way to use local Git with CircleCI?

Indeed @Aqib, if you want to use CircleCI you will need to transfer your code to one of these VCS solutions.

There’s currently no way to integrate a local Git server with CircleCI.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.