QuestionQ137

Cisco Platforms and Development

An engineer must configure devices through Cisco DNA Center. A repository already contains scripts that communicate with Cisco DNA Center through APIs. The engineer wants to add personal scripts to that same repository. Place the actions in the correct order to clone the Git repository named DNA.

Drag & Drop
Click the Clone or download button.
Run the $ git clone https://hostname/YOUR-USERNAME/DNA command.
Navigate to the main page of a repository named DNA.
From Clone with HTTPS, copy the clone URL for the repository.
step 1
step 2
step 3
step 4
Explanation

Cloning an HTTPS Git repository requires navigating to its repository page, opening the clone/download control, copying the HTTPS URL, and running git clone with that URL in a local terminal.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!