Skip to main content

Start from Private GitHub Repository

This guide shows you how to start a new project in Código by cloning a private GitHub repository.


1️⃣ Create an Empty Workspace

Go to Código Hub
Click New and create a workspace with any name.
Leave it empty, no need to prompt or import a template.


2️⃣ Open the Terminal

Click on the Terminal button at the top of the IDE.


3️⃣ Clone Your Private GitHub Repo

Run this command:

git clone https://github.com/your-username/your-private-repo.git

You’ll be prompted for:

  • Your Github username
  • Your personal access token / password

Once authenticated, your repository will be cloned directly into the workspace.

✅ That’s it, you’re now connected and ready to build!


🚀 Next Steps

👉 How to Build & Deploy My Program
👉 How to Write and Run Unit Tests
👉 How to Implement Business Logic with AI Autocompletion