# init **Repository Path**: spacexzm/init ## Basic Information - **Project Name**: init - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 常见问题记录 ### x509: certificate has expired or is not yet valid 可能是系统时间没同步导致 可以用下面的方式来处理(时间使用当前时间即可) ``` date -s "2021-09-17 00:00:00" ```