Giter Site home page Giter Site logo

Comments (31)

camihmerhar avatar camihmerhar commented on June 12, 2024 2

Hello Universe 2023 Workshopers πŸ‘‹πŸΌ!

We are so excited to see you all soon.

In preparation for our jam packed Build and Deploy Your Own GitHub Copilot workshop, we will need you to complete the following prework, which can be found in our README

Looking forward to seeing you at Universe!

@dgajjarhzn , @kpc17 , @kjaymiller , @dzeyelid , @sutharzan-ch , @LuisDavidRodriguez , @saracope , @PatrickTulskie , @amaltson , @SterlingChin , @OzHache , @cogoken , @dariawhitecastle , @jhdub23 , @ansckasell , @tazarov , @djosephshz , @dsanchezcr , @angusjellis , @cvallejo , @unicornemma , @expo25 , @vshashkov , @mstokes , @SANKASU , @SP-DBAG , @DrOleson , @jayant-kumawat , @alexis-tadrowski , @celinaLind , @ooples , @ricrosales , @hideaki , @KEN10120 , @zj-landeed , @neilzhao-aws , @pedropaulovc , @neekipatel , @tjkiss , @aberfeldy , @mrhein , @sdbroscious , @udemonia , @hvvikram , @kerbybarrett , @bhavyageethika , @Jersonquinterolopez , @rongxin-liu , @edanuff , @chriswblake , @sogani-amit , @2good4hisowngood , @jayant-kumawat , @jpmcap , @samar1tan , @nettiquet , @neil-tan , @JesseAA , @celene-isip-sp , @githubuniverseworkshops/universe-workshop-build-and-deploy-your-own-copilot

from my-universe-copilot.

iSiddharth20 avatar iSiddharth20 commented on June 12, 2024 2

@githubuniverseworkshops/universe-workshop-build-and-deploy-your-own-copilot

If you're facing the following error:

failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.

Here is the Solution :

  • Run these 2 Commands
    npm i -g @githubnext/github-copilot-cli
    eval "$(github-copilot-cli alias -- "$0")"

  • DO NOT Run the following Command
    github-copilot-cli auth

  • Try running the following Command to Verify if everything works as desired
    ?? Which version of node is installed

Basically, DO NOT AUTHENTICATE Copilot-CLI as the Workshop Codespace already has Copilot-CLI ready for usage.

I hope this works for everyone. Thanks to @nilzzzz19 for the pro-tip.

Another thing to note, when you open a new terminal in the Codespace or when you reconnect to Codespace, make sure to run the eval "$(github-copilot-cli alias -- "$0")" command, this will get the copilot-cli running again.

from my-universe-copilot.

sdbroscious avatar sdbroscious commented on June 12, 2024 1

from my-universe-copilot.

expo25 avatar expo25 commented on June 12, 2024 1

I can confirm to have the same issue as the above two having no access to Copilot CLI or Azure. I also received emails confirming I had access.

from my-universe-copilot.

stebje avatar stebje commented on June 12, 2024 1

πŸ‘‹ Thank you to everyone who joined and contributed to the workshop !

Some asked for the slides so these have been added to the workshop repo πŸ‘

from my-universe-copilot.

expo25 avatar expo25 commented on June 12, 2024

@camihmerhar Hi! Are we required to complete ALL steps in the README, down to the Clean-Up section BEFORE coming to Universe??

from my-universe-copilot.

camihmerhar avatar camihmerhar commented on June 12, 2024

the following prework, which can be found in our README

Howdy @expo25 πŸ‘‹πŸΌ! Great question, and nope, just up to Create OpenAI Key. The rest we will cover during the Workshop at Universe

from my-universe-copilot.

dkian214 avatar dkian214 commented on June 12, 2024

from my-universe-copilot.

bhavyageethika avatar bhavyageethika commented on June 12, 2024

from my-universe-copilot.

dkian214 avatar dkian214 commented on June 12, 2024

from my-universe-copilot.

camihmerhar avatar camihmerhar commented on June 12, 2024

Howdy @dkian214 and @sdbroscious πŸ‘‹πŸΌ!

So sorry for y'all's experience, let's see if we can get to the bottom of this.

I'm tagging @stebje and @vfm2, your lovely Workshop Facilitators to see if we can address your issues.

from my-universe-copilot.

LindaFay avatar LindaFay commented on June 12, 2024

Can we get clarification on the Copilot CLI? The main repo that is referenced in the pre-work (githubuniverseworkshops/workshop-build-deploy-your-own-copilot), which lists the pre-requisites says that Copilot CLI is a "nice to have". But this pre-work tells us to install it. (And I have same issue as others mentioned above). So is it required or just a nice to have?

from my-universe-copilot.

stebje avatar stebje commented on June 12, 2024

Hi @LindaFay, I'm Steffen and will be joining you as one of the workshop facilitators next week, great to meet you! πŸ‘‹

πŸ’‘ GitHub Copilot CLI questions/issues

Copilot CLI is listed as Nice-to-have in the main workshop repo because it is not a necessary pre-requisite for completing the workshop, and we're aware that some might not have access yet. It is however a plus to have access, since part of the workshop objective is to get familiarized with the GitHub Copilot CLI capabilities.

If you are able to run GitHub Copilot CLI commands and get the expected output then you should be good to go, I can't say for sure why you'd get a response saying that you don't have access.

πŸ’‘ Azure CLI auth questions/issues

For those who are having trouble authenticating with Azure, ensure that you already have an active Azure account as noted in Pre-requisites - Must-have. I cannot see any technical details/console output from folks trying to authenticate using az login --use-device-code, please provide that in this thread and we'll be better suited to support πŸ™

CC'ing others that have mentioned this topic above; @dkian214 @sdbroscious @expo25

from my-universe-copilot.

ooples avatar ooples commented on June 12, 2024

from my-universe-copilot.

watsonjm avatar watsonjm commented on June 12, 2024

I am also having the same issue with no access to GitHub Copilot

from my-universe-copilot.

JesseAA avatar JesseAA commented on June 12, 2024

:( i can't seem to get Azure to work, no matter what I do . I'm dropping out of workshop

from my-universe-copilot.

PatrickTulskie avatar PatrickTulskie commented on June 12, 2024

Same here. No access to the copilot CLI.

from my-universe-copilot.

stebje avatar stebje commented on June 12, 2024

Hi @JesseAA can you post in this thread what you're seeing when trying to authenticate with Azure?

Any details will help me provide support πŸ™

from my-universe-copilot.

amogh-axp avatar amogh-axp commented on June 12, 2024

No access to GH copilot CLI. See error below

Then go to https://github.com/login/device, paste the code in and approve the access.
Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.

from my-universe-copilot.

ataylorme avatar ataylorme commented on June 12, 2024

Likewise no access to GitHub Copilot CLI

Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.

A separate question: can we use the Azure OpenAI API?

from my-universe-copilot.

ataylorme avatar ataylorme commented on June 12, 2024

I created a free Azure account but am getting errors creating the deployment group

az deployment group create --resource-group "Universe2023CopilotRG" --template-file ./templates/template-appService.json --parameters ./templates/parameters-template-appService.json
{"code": "InvalidTemplateDeployment", "message": "The template deployment 'template-appService' is not valid according to the validation procedure. The tracking id is 'REDACTED'. See inner errors for details."}

Inner Errors: 
{"code": "ValidationForResourceFailed", "message": "Validation failed for a resource. Check 'Error.Details[0]' for more information."}

Inner Errors: 
{"code": "SubscriptionIsOverQuotaForSku", "message": "This region has quota of 0 instances for your subscription. Try selecting different region or SKU."}

from my-universe-copilot.

stebje avatar stebje commented on June 12, 2024

πŸ‘‹ Hi @ataylorme, did you try and deploy the templates as-is, or with the changes needed as described in the "Important" section of the instruction step? The template parameter file requires some changes before being able to successfully deploy it as described in that section.

from my-universe-copilot.

ataylorme avatar ataylorme commented on June 12, 2024

@stebje I updated the fields as noted in the doc. If I am working too far ahead I can wait to troubleshoot this at the workshop

from my-universe-copilot.

stebje avatar stebje commented on June 12, 2024

πŸ‘‹ Hi @ataylorme thank you for the feedback. Note that the deployment is not part of the preparation and we can address issues during the workshop as well.

from my-universe-copilot.

iSiddharth20 avatar iSiddharth20 commented on June 12, 2024

I don't have access to Copilot CLI either and have not received any communication since I've joined the waitlist. Is there any temporary provision for Workshop participants to access Copilot CLI?

from my-universe-copilot.

Jersonquinterolopez avatar Jersonquinterolopez commented on June 12, 2024

No access to Copilot CLI either! I joined the waitlist. Got authenticated with Azure with my account.

from my-universe-copilot.

ataylorme avatar ataylorme commented on June 12, 2024

Confirming I had to upgrade my Azure account from free to pay as you go in order to do the az deployment group create command without getting the {"code": "SubscriptionIsOverQuotaForSku", "message": " error. It doesn't work on the Azure free tier

from my-universe-copilot.

expo25 avatar expo25 commented on June 12, 2024

@ataylorme I can also confirm I did too. After it was all said & done I tried deleting both the azure resource group & account from my main azure directory in fear i would get charged. Neither the readme nor the workshop covered any of these issues with Azure authentication. It was a very poorly designed workshop to be completely transparent. I learned absolutely nothing I couldn't learn on my own and wanted a refund.

from my-universe-copilot.

amogh-axp avatar amogh-axp commented on June 12, 2024

from my-universe-copilot.

hepaestus avatar hepaestus commented on June 12, 2024

I cannot get the github-copilot-cli auth command to finish successfully. I keep getting the error that I don't have access yet despite doing all the things.

@hepaestus ➜ /workspaces/github-my-universe-copilot (main) $ github-copilot-cli auth
Copy this code: 1234-5678

Then go to https://github.com/login/device, paste the code in and approve the access.
Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.

I was added to the waitlist a while back as far as I know.

Thanks,
P.

from my-universe-copilot.

hepaestus avatar hepaestus commented on June 12, 2024

@githubuniverseworkshops/universe-workshop-build-and-deploy-your-own-copilot

If you're facing the following error:

failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.

Here is the Solution :

  • Run these 2 Commands
    npm i -g @githubnext/github-copilot-cli
    eval "$(github-copilot-cli alias -- "$0")"
  • DO NOT Run the following Command
    github-copilot-cli auth
  • Try running the following Command to Verify if everything works as desired
    ?? Which version of node is installed

Basically, DO NOT AUTHENTICATE Copilot-CLI as the Workshop Codespace already has Copilot-CLI ready for usage.

I hope this works for everyone. Thanks to @nilzzzz19 for the pro-tip.

Another thing to note, when you open a new terminal in the Codespace or when you reconnect to Codespace, make sure to run the eval "$(github-copilot-cli alias -- "$0")" command, this will get the copilot-cli running again.

OK This has worked for me!

from my-universe-copilot.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.