FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

Β© 2026 FlareStart. All rights reserved.

Back to articles
LAB 1 β€” GitLab CI + Pages From Scratch
How-ToTools

LAB 1 β€” GitLab CI + Pages From Scratch

via Dev.toAisalkyn Aidarova1mo ago

🟒 PART 1 β€” Register GitLab Account Step 1 Go to: https://gitlab.com Click Register Use: Email Username Password Verify email. 🟒 PART 2 β€” Create New Project After login: Click New project Choose: πŸ‘‰ Create blank project Fill: Project name: gitlab-lab Visibility: Public (easier for Pages) Initialize repository with README (optional) Click Create project 🟒 PART 3 β€” Connect Mac to GitLab (SSH Setup) Open Mac Terminal. Step 1 β€” Generate SSH key ssh-keygen -t ed25519 -C "your_email" Press Enter for all prompts. Step 2 β€” Copy Public Key cat ~/.ssh/id_ed25519.pub Copy entire output. Step 3 β€” Add SSH Key to GitLab In GitLab: Top right β†’ Profile β†’ Preferences β†’ SSH Keys Click Add new key Paste key β†’ Click Add key Step 4 β€” Test SSH ssh -T git@gitlab.com You should see: Welcome to GitLab, @yourusername! 🟒 PART 4 β€” Clone Project to Mac Go to your project page. Click: Code β†’ Clone β†’ SSH Copy URL like: git@gitlab.com:username/gitlab-lab.git Now in terminal: git clone git@gitlab.com:username/gitlab-lab

Continue reading on Dev.to

Opens in a new tab

Read Full Article
28 views

Related Articles

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters β€’ 2d ago

β€œLearn to Code” Is Dead… Learn to Think Instead
How-To

β€œLearn to Code” Is Dead… Learn to Think Instead

Medium Programming β€’ 3d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming β€’ 3d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial β€’ 3d ago

The Feature Took 2 Hours to Build β€” and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build β€” and 2 Weeks to Fix

Medium Programming β€’ 3d ago

Discover More Articles