Skip to content

Conversation

@ayewo
Copy link

@ayewo ayewo commented Jan 15, 2026

The README is has a typo in the instructions for installation via brew which was merged last month:

brew install copilot-cli

It is trying to install a non-existent formula copilot-cli (404) instead of via cask copilot-cli:

Warning: No available formula with the name "copilot-cli". Did you mean copilot?
==> Searching for similarly named formulae and casks...
==> Formulae
copilot

To install copilot, run:
  brew install copilot

==> Casks
copilot-for-xcode

To install copilot-for-xcode, run:

This PR fixes that. Actually, I take that back.

Running the fix: brew install --cask copilot-cli added in my PR doesn't work on my machine (macOS Sequoia 15.6):

 brew install --cask copilot-cli
Warning: Cask 'copilot-cli' is unavailable: No Cask with this name exists.
==> Searching for similarly named casks...
==> Casks
copilot-for-xcode

To install copilot-for-xcode, run:
  brew install --cask copilot-for-xcode

Had to go with pnpm i -g @github/copilot for the time being.

@talledoscarlos8-tech

This comment was marked as resolved.

@talledoscarlos8-tech
Copy link

Todo Bien

@talledoscarlos8-tech
Copy link

IA eStudio Talledos

@talledoscarlos8-tech
Copy link

@talledoscarlos8-tech
Copy link

1 similar comment
@talledoscarlos8-tech
Copy link

@talledoscarlos8-tech
Copy link

Copy link

@Myestery Myestery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the fix highlighted here doesn't work still

Image

Copy link

@PichaiTK PichaiTK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quickstart for GitHub Pages

You can use GitHub Pages to showcase some open source projects, host a blog, or even share your résumé. This guide will help get you started on creating your next website.

Introduction

In this guide, you'll create a user site at <username>.github.io.

Creating your website

  1. In the upper-right corner of any page, select , then click New repository.

    Screenshot of a GitHub dropdown menu showing options to create new items. The menu item "New repository" is outlined in dark orange.

  2. Enter username.github.io as the repository name. Replace username with your GitHub username. For example, if your username is octocat, the repository name should be octocat.github.io.
    Screenshot of GitHub Pages settings in a repository. The repository name field contains the text "octocat.github.io" and is outlined in dark orange.

  3. Choose a repository visibility. For more information, see About repositories.

  4. Toggle Add README to On.

  5. Click Create repository.

  6. Under your repository name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings.

    Screenshot of a repository header showing the tabs. The "Settings" tab is highlighted by a dark orange outline.

  7. In the "Code and automation" section of the sidebar, click Pages.

  8. Under "Build and deployment", under "Source", select Deploy from a branch.

  9. Under "Build and deployment", under "Branch", use the branch dropdown menu and select a publishing source.
    Screenshot of Pages settings in a GitHub repository. A menu to select a branch for a publishing source, labeled "None," is outlined in dark orange.

  10. Optionally, open the README.md file of your repository. The README.md file is where you will write the content for your site. You can edit the file or keep the default content for now.

  11. Visit username.github.io to view your new website. Note that it can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub.

Changing the title and description

By default, the title of your site is username.github.io. You can change the title by editing the _config.yml file in your repository. You can also add a description for your site.

  1. Click the Code tab of your repository.

  2. In the file list, click _config.yml to open the file.

  3. Click to edit the file.

  4. The _config.yml file already contains a line that specifies the theme for your site. Add a new line with title: followed by the title you want. Add a new line with description: followed by the description you want. For example:

    theme: jekyll-theme-minimal
    title: Octocat's homepage
    description: Bookmark this to keep an eye on my project updates!
  5. When you are finished editing the file, click Commit changes.

Next Steps

You've successfully created, personalized, and published your first GitHub Pages website but there's so much more to explore! Here are some helpful resources for taking your next steps with GitHub Pages:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants