Hi I do not see any option to enter the github rep...
# help-connector-development
d
Hi I do not see any option to enter the github repository url when using open source airbyte locally I only see repositories but no option to enter URL.
k
A message from kapa.ai
In the open-source version of Airbyte, you don't need to enter the GitHub repository URL directly. Instead, you'll provide the GitHub repositories in the format
organization/repository
. Here's how to set up the GitHub connector in Airbyte: 1. Log into your Airbyte instance. 2. In the left navigation bar, click Sources. In the top-right corner, click + new source. 3. On the source setup page, select GitHub from the Source type dropdown and enter a name for this connector. 4. Enter your Personal Access Token (see [Prerequisites](https://docs.airbyte.com/integrations/sources/github)). 5. Start date - The date from which you'd like to replicate data for specific streams. 6. GitHub Repositories - Space-delimited list of GitHub organizations/repositories, e.g.,
airbytehq/airbyte
for a single repository,
airbytehq/airbyte airbytehq/another-repo
for multiple repositories. If you want to specify the organization to receive data from all its repositories, then you should specify it according to the following example:
airbytehq/*
. You can find more information on setting up the GitHub connector in Airbyte in this [source](https://docs.airbyte.com/integrations/sources/github).
m
There is a PR open to implement this feature to allow you to use self hosted GitHub instances.
d
THANKS
so for organization repo we can use that right?
I cannot access my organization repo by just specifying to the repository
I think its going to github.com by default but our organization url is slight different