> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/tr/yapilandirma/overleaf-toolkit/github-esitlemesi.md).

# GitHub Eşitlemesi

{% hint style="info" %}
Bu özellik tarafından geliştirilmiştir [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro), şu kişi tarafından değiştirilmiştir [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). v6.2.0 ve sonrasında tanıtıldı. Hâlâ beta durumunda. Herhangi bir sorun yaşarsanız geri bildiriminize ihtiyacımız var.
{% endhint %}

{% columns %}
{% column %}

<figure><img src="/files/d31ed04d02edba47bb42a45a08bd55f8a89e651b" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/69ff4e1b6b010a9c6fa3b3d7375ad834304ffe22" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/b1a67fa4750a46b9f7f63f2a61d5b9e04f94e987" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6c2a883ff8ac60bbd4a09c8980bf7cca7139c3ae" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### GitHub Senkronizasyonunu Kur

{% hint style="warning" %}
Etkinleştirmeniz gerekir [git-bridge](/on-premises/tr/yapilandirma/overleaf-toolkit/git-integration.md) GitHub Senkronizasyonunu kullanmadan önce bunu.

{% code title="config/overleaf.rc" %}

```dotenv
GIT_BRIDGE_ENABLED=true
```

{% endcode %}
{% endhint %}

Ziyaret edin [geliştirici ayarları](https://github.com/settings/developers) GitHub OAuth uygulamanızı oluşturmak ve şunları kopyalamak için `CLIENT_ID` ve `Gizli anahtar`.&#x20;

**Notlar**: OAuth geri çağırma URL'niz: `${OVERLEAF_SITE_URL}/user/github-sync/oauth2/callback`.

Ardından, aşağıdaki ayarları Overleaf ortam değişkeni dosyalarınıza ekleyin.

{% code title="config/variables.env" overflow="wrap" %}

```dotenv
# kullanıcının GitHub erişim belirtecini şifrelemek için kullanılır.
# Nasıl oluşturulur: `openssl rand -hex 32`
GITHUB_TOKEN_CIPHER_PASSWORD=0123456789ABCDEFG # kendi değerinize göre değiştirin

# GitHub Senkronizasyon Ayarları
GITHUB_SYNC_ENABLED=true
GITHUB_SYNC_CLIENT_ID=
GITHUB_SYNC_CLIENT_SECRET=

# OAuth geri çağırma adresi: ${OVERLEAF_SITE_URL}/user/github-sync/oauth2/callback
# (İsteğe bağlı) GITHUB_SYNC_PROXY_URL=http://10.0.0.1:10808
```

{% endcode %}

{% hint style="warning" %}
GitHub OAuth geri çağırma URL'sini yapılandırmadan önce, emin olun `OVERLEAF_SITE_URL` doğru şekilde ayarlandığından.
{% endhint %}

Çin anakarasında bulunuyorsanız, GitHub'a erişmek için bir proxy yapılandırmanız gerekebilir. Aşağıdaki ortam değişkenini ayarlayın: `GITHUB_SYNC_PROXY_URL=http://10.0.0.1:10808`.

{% hint style="warning" %}
Kullanmayın `127.0.0.1` proxy ana bilgisayarı olarak. Proxy ana sunucuda çalışıyorsa, sunucunun yerel ağ IP'sini (örneğin `192.168.1.xx`) adresini kullanın ve proxy'nin yerel ağdaki cihazlardan gelen bağlantıları kabul edecek şekilde yapılandırıldığından emin olun.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/on-premises/tr/yapilandirma/overleaf-toolkit/github-esitlemesi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
