From f213ba4a6550276c6e782fa056c665e0c2ce3df3 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 1 Sep 2024 15:50:24 +0200 Subject: [PATCH] Add details about access tokens in contribution page --- source/contribute.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/contribute.md b/source/contribute.md index e3bc177..5d2eb34 100644 --- a/source/contribute.md +++ b/source/contribute.md @@ -9,6 +9,8 @@ We welcome contributions from the community! Here's how you can help: The Git server runs Forgejo Git hosting package and it's located at https://git.svrjs.org/. +If you have enabled two-factor authentication or logged in via GitHub, generate an access token and use it as a password in Git CLI. + ## Reporting Bugs If you find a bug, please open an issue on our issue tracker with a detailed description of the problem and steps to reproduce it.