-
IFT220_Lab2旨在仅在我在ASU讲授配置管理和Active Directory课程时,教授Git和PowerShell
资源介绍
IFT 220实验2
对于ASU的IFT 220 2018秋季B课程。
(在您的VM上执行此操作。拍摄VM快照,以便在出现问题时可以撤消。)
安装 (Win8.1AndW2K12R2-KB3191564-x64.msu程序)
我的代码来自 (在GitHub Web UI的右上角)
从安装Windows版Git
启动高架(以管理员身份运行) PowerShell ISE (不要仅使用PowerShell)并运行:
# Configure Git
git config -- global user.name < your>
git config -- global user.email < your>
git config -- global push.default simple
# Install Posh-Git
Install-Module