Kayıtlar

Temmuz, 2018 tarihine ait yayınlar gösteriliyor

Git clone esnasında alınan ssl sertifika hatası çözümü

Resim
örnek bir git projesini editor yardımı ile clon almak istediğimizde ssl hatası geliryor ise yapmamız gereken; git -c http:sslVerify=false clone (ilgili adres) Örnek: git -c http.sslVerify=false clone https://github.com/ionic-team/ionic-preview-app.git Örnek Hata: fatal: unable to access 'https://github.com/ionic-team/ionic-preview-app.git/': SSL certificate problem: unable to get local issuer certificate

Angular 4 Kurulum Sonrası Oluşan Hata Çözümü

Resim
Hata:  npm WARN using --force Çözüm: npm rm -g @angular/cli npm cache clear --force npm i -g @angular/cli --no-optional