46 questions with GitHub Training-related tags

Sort by: Updated
0 answers

How to Fix AI or github copilot its right code

How to Fix AI or github copilot its right code better than logic human and why should microsoft copilot This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
2,011 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
529 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2025-02-02T19:02:04.7566667+00:00
Ivanmln 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix "Black doesn't support Format selection command" Github Copilot, Python dev

I'm learning python (v 3.13.1) development, and using VS community edition 2022. With Github Copilot, everytime I use TAB key for auto-completion, I've got a pop up telling me : Black doesn't support Format selection command. The same issue has been…

Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
31 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2025-01-22T16:58:52.38+00:00
Nicolas Goffin 20 Reputation points
commented 2025-01-27T03:50:43.2466667+00:00
Pradeep M 5,435 Reputation points Microsoft Vendor
0 answers

Module "About GitHub Copilot Enterprise" content update

Docsets are now referred to as knowledge bases, but the content still mentions "docsets": https://github.blog/changelog/2024-02-27-copilot-enterprise-is-now-generally-available/. The table in the section GitHub Copilot Enterprise vs. GitHub…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
2,011 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2025-01-08T10:39:08.25+00:00
Alexander Todorovic 20 Reputation points
commented 2025-01-08T10:56:14.1666667+00:00
kguntaka 4,500 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I forgot my working branch, how to find it..?

Hi Team, I am reaching out to seek your assistance with an issue I'm currently facing in Azure Data Factory (ADF). Unfortunately, I've forgotten the specific working branch I was using. The only detail I remember is the linked service we utilized in that…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,186 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2025-01-06T09:59:42.13+00:00
Damodara, K 20 Reputation points
accepted 2025-01-08T04:27:21.47+00:00
Damodara, K 20 Reputation points
1 answer

Knowledge check not working

The knowledge check cannot be submitted at the page https://learn.microsoft.com/en-us/training/modules/develop-unit-tests-using-github-copilot-tools/7-knowledge-check?WT.mc_id=api_CatalogApi&source=learn . The submit button keeps spinning forever,…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-11-21T09:05:36.84+00:00
João Paulo Verçosa Pinto 0 Reputation points
commented 2024-12-10T05:24:43.4566667+00:00
SiddeshTN 5,345 Reputation points Microsoft Vendor
0 answers

Wrong answer or question for GitHub training knowledge check

For this Knowledge check is either the question or the answer wrong. According to the question the selected answer SUPPORT.md should be correct.

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-12-03T08:48:52.95+00:00
Artur Kordowski 0 Reputation points
commented 2024-12-03T10:22:56.1466667+00:00
SiddeshTN 5,345 Reputation points Microsoft Vendor
1 answer

Couldn't complete knowledge check

I couldn't complete the Knowledge check in Develop unit tests using GitHub Copilot Tools of GitHub Copilot Fundamentals - Understand the AI pair programmer. …

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-11-22T09:44:27.4466667+00:00
Sathish Nagarajan 0 Reputation points
commented 2024-11-26T15:32:03.26+00:00
Shruthi Thalari 280 Reputation points Microsoft Vendor
0 answers

The link to the repository points to a different module exercise

https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise does not point to the right repo This question is related to the following Learning Module

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-11-02T14:08:09.1533333+00:00
Miriam Sanchez Alcon 0 Reputation points
commented 2024-11-04T05:50:29.6266667+00:00
Rakesh Gurram 11,630 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Azure CLI command to create Service Principal with contributor role is failing to generate the JSON file

I'm using this command: az ad sp create-for-rbac --name "devopsfoundationslabsp" --role contributor --scopes /subscriptions/$SUBCRIPTION_ID --json-auth from…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-10-17T04:06:08.27+00:00
argi 25 Reputation points
commented 2024-10-22T05:55:04.2866667+00:00
SiddeshTN 5,345 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

When I give the API Token value in my project and try to send it to github, I get an error

Hi Masters, I am a beginner in .net Core. If you allow me, I would like to ask a question. In the training videos I have watched, the instructor was able to add the API Key to the source file and upload it to github, but when I try to do it, I get an…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,086 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,767 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-09-24T18:42:41.6633333+00:00
Yalçın Mete 80 Reputation points
edited the question 2024-10-09T08:40:41.1866667+00:00
Jack J Jun 24,631 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Exercise - Use a repository secret in a GitHub Actions workflow - wrong link

The button Start the exercise on Github Inside https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise points to https://github.com/skills/deploy-to-azure It should point to an exercise to use a repository secret in a…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-09-01T14:50:22.92+00:00
Alexander Todorovic 20 Reputation points
accepted 2024-10-07T07:37:56.7233333+00:00
Alexander Todorovic 20 Reputation points
1 answer

Incorrect steps to enable dependabot version updates on forked repository

In module "Configure Dependabot security updates on your GitHub repo", unit "Dependabot security updates", section "Version updates on forks" it says: "To enable version updates on the fork of a repository: Go to…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-08-12T10:43:08.67+00:00
Carlos Quintero 255 Reputation points
answered 2024-10-07T04:45:11.2433333+00:00
Rakesh Gurram 11,630 Reputation points Microsoft Vendor
1 answer

Incorrect exercise

This module points has an exercise "Use a repository secret in a GitHub Actions workflow" that points to a repo that was already done in the first module of the collection "GitHub Actions" and that does not use repository secrets .…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-06-28T19:38:10.06+00:00
Carlos Quintero 255 Reputation points
answered 2024-10-05T17:31:59.7433333+00:00
kguntaka 4,500 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Obsolete button caption

The image shows a caption "Set up this workflow", which is old: The new caption is "Configure": That detail is important because a question of an exam could ask about the caption of the button with options "Configure",…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-06-29T13:18:52.7566667+00:00
Carlos Quintero 255 Reputation points
accepted 2024-10-03T16:35:12.7866667+00:00
Carlos Quintero 255 Reputation points
1 answer One of the answers was accepted by the question author.

Environment variables for inputs of custom actions use the "INPUT_" prefix

In this page: https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/manage-encrypted-secrets if appears this: inputs: super_secret: description: 'My secret token' required: true If you need to access the…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-07-13T15:34:07.3966667+00:00
Carlos Quintero 255 Reputation points
accepted 2024-10-03T13:26:37+00:00
Carlos Quintero 255 Reputation points
1 answer One of the answers was accepted by the question author.

Secrets are not environment variables

In page https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/manage-encrypted-secrets it states that Secrets are encrypted environment variables you can create to... and in knowledge check…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-07-13T15:24:44.7233333+00:00
Carlos Quintero 255 Reputation points
accepted 2024-10-03T13:24:53.5733333+00:00
Carlos Quintero 255 Reputation points
1 answer

Wrong exercise linked?

From the page "Exercise - Use a repository secret in a GitHub Actions workflow" the link "Start the exercise on Github" appears to open the wrong repository "skills/hello-github-actions" which is same exercise opened by…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-06-25T22:03:19.99+00:00
Pape, Barry 0 Reputation points
answered 2024-10-03T11:34:39.8233333+00:00
Rakesh Gurram 11,630 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Incorrect link

The module "Manage an InnerSource program by using GitHub", page "How to manage a successful InnerSource program", section "Set repository visibility and permissions"…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-06-11T10:02:09.32+00:00
Carlos Quintero 255 Reputation points
accepted 2024-10-03T08:50:09.7933333+00:00
Carlos Quintero 255 Reputation points
1 answer One of the answers was accepted by the question author.

Incorrect term "Add project" to link project to team or repo

In the topic "How to organize and automate your project": In section "Adding a Project to a team", the step 6 should be "Link project" and not "Add project" (which doesn't exist, there is "New project"…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-06-09T09:42:02.2466667+00:00
Carlos Quintero 255 Reputation points
accepted 2024-10-03T08:49:29.3133333+00:00
Carlos Quintero 255 Reputation points
1 answer

How do I connect my existing Visual Studio 2022 project to an existing github repository?

I set up a github repository to match the project I am working on in Visual Studio 2022. I did something wrong and only the project file exists. I followed a tutorial. But the tutorial was disappointing and the instruction was to drag the content of my…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,404 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
asked 2024-09-27T22:02:46.61+00:00
William Thompson 120 Reputation points
commented 2024-10-01T03:57:33.4866667+00:00
Pradeep M 5,435 Reputation points Microsoft Vendor