Consider the following sequence of commands and messages: $ git clone git:cisc210/example Cloning into 'example'... remote: Counting objects: 19, done. remote: Compressing objects: 1o0% (12/12), done....


7


Don't copy paste ans please


Consider the following sequence of commands and messages:<br>$ git clone git:cisc210/example<br>Cloning into 'example'...<br>remote: Counting objects: 19, done.<br>remote: Compressing objects: 1o0% (12/12), done.<br>remote: Total 19 (delta 1), reused 0 (delta 0)<br>Receiving objects: 100% (19/19), done.<br>Resolving deltas: 100% (1/1), done.<br>$ touch sky<br>$ git add sky<br>fatal: not a git repository (or any parent up to mount point /)<br>Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).<br>Enter two commands that would make it so the 'git add' wouldn't fail.<br>

Extracted text: Consider the following sequence of commands and messages: $ git clone git:cisc210/example Cloning into 'example'... remote: Counting objects: 19, done. remote: Compressing objects: 1o0% (12/12), done. remote: Total 19 (delta 1), reused 0 (delta 0) Receiving objects: 100% (19/19), done. Resolving deltas: 100% (1/1), done. $ touch sky $ git add sky fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Enter two commands that would make it so the 'git add' wouldn't fail.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here