來源:http://blog.csdn.net/u012729336/article/details/17759505
錯誤訊息:
Additional error details:
fatal: unable to connect to github.com:
souts 發表在 痞客邦 留言(1) 人氣(44)
今天安裝express,
一直出現UNABLE_TO_VERIFY_LEAF_SIGNATURE這個訊息,
檢查了node的版本並且升級至v0.10.28,
souts 發表在 痞客邦 留言(0) 人氣(2,044)
var https = require('https');
https.get('https://encrypted.google.com/', function(res) {
console.log("statusCode: ", res.statusCode);
console.log("headers: ", res.headers);
souts 發表在 痞客邦 留言(0) 人氣(421)
使用express的版本為3.x,socket.io的版本為0.9.16。
原來的代碼如下:
var express = require('express');
var app = express.createServer();
souts 發表在 痞客邦 留言(0) 人氣(249)