我最近得到了一台新的Windows计算机,并安装了php symfony框架.
尝试使用新命令时,C:> php symfony new blog我收到错误消息[GuzzleHttp\Ring\Exception\RingException] cURL error 60: SSL certificate problem: unable to get local issuer certificate.
由于我对CMD界面不太熟悉,所以在这个例子中我该怎么做我一无所知.
我需要知道这是一个错误的窗口或symfony本身和我可以采取任何可能的路线来修复它.
我正在尝试使用以下结构更新我的 mongo 集合
{
"_id" : "T6GqWsi9qSxnyGzgC",
"spec_name" : "test",
"version" : "test",
"message_type" : "test",
"message_trigger" : "test",
"segments" : [
{
"segment_id" : "MSH",
"sequences" : [
{
"dataType" : "ST",
"optionality" : "R",
"name" : "Field Seperator"
},
{
"dataType" : "ST",
"optionality" : "R",
"name" : "Encoding Characters"
},
{
"dataType" : "HD",
"optionality" : "O",
"name" : "Sending Application"
},
{
"dataType" : "HD",
"optionality" : "O",
"name" : "Sending Facility"
},
{
"dataType" : …Run Code Online (Sandbox Code Playgroud)