You are not Logged In!

Difference between revisions of "Public:Viewing KiCad v5 Projects"

From Illini Solar Car Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
## This includes the libraries submodule in the PCB repo
 
## This includes the libraries submodule in the PCB repo
 
# In your PCB repository make sure you are on the master branch.
 
# In your PCB repository make sure you are on the master branch.
## If you are not write <nowiki><code>git checkout master</code></nowiki> in the command line on Git Bash.
+
## If you are not write <code>git checkout master</code> in the command line on Git Bash.

Revision as of 11:29, 6 September 2022

You may have noticed something like this when viewing old ISC projects:


To fix this and view the projects normally follow these steps:

  1. Make sure all the repositories are installed properly on your machine.
    1. This includes the libraries submodule in the PCB repo
  2. In your PCB repository make sure you are on the master branch.
    1. If you are not write git checkout master in the command line on Git Bash.