Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbcc8333087117b4d9153.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: I pushed some changes to the repository earlier, but now the code won't compile. It's showing some strange errors. -->

--description--

Bob talks about a technical issue. He mentions pushing changes to a repository, which means he uploaded new code. However, he's facing a problem.

--questions--

--text--

What problem is Bob facing with the code?

--answers--

The code won't compile and shows strange errors


The code is compiling without any errors

--feedback--

Bob actually says the code won't compile and there are errors.


He can't push changes to the repository

--feedback--

Bob managed to push changes, but the issue is with compiling the code.


The repository is not accepting any new changes

--feedback--

Bob successfully pushed changes, the issue happened during the code compilation.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.18,
      "finishTimestamp": 15.6
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.42,
      "dialogue": {
        "text": "I pushed some changes to the repository earlier, but now the code won't compile. It's showing some strange errors.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.92
    }
  ]
}