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 30: Line 30:
  
 
# Make sure all the repositories are installed properly on your machine.
 
# Make sure all the repositories are installed properly on your machine.
## This includes the [[GitHub/isc-hw-libs]] submodule in the PCB repo(if you don't see the Libraries folder follow [https://wiki.illinisolarcar.com/w/index.php/Public:GitHub/PCB#Initial_Setup this guide])
+
#* This includes the [[GitHub/isc-hw-libs]] submodule in the PCB repo(if you don't see the Libraries folder in PCB follow [https://wiki.illinisolarcar.com/w/index.php/Public:GitHub/PCB#Initial_Setup this guide])
 
# 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 <code>git checkout master</code> 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:42, 6 September 2022

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

Picofquestionmarks.png














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

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