#defineLED_PIN3intled(void){rt_uint8_t count;rt_pin_mode(LED_PIN, PIN_MODE_OUTPUT);for(count =0; count <10;count++){rt_pin_write(LED_PIN, PIN_HIGH);rt_kprintf("led on, count : %d %d\r\n", count,rt_pin_read(LED_PIN));rt_thread_mdelay(500);rt_pin_write(LED_PIN, PIN_LOW);rt_kprintf("led off %d\r\n",rt_pin_read(LED_PIN));rt_thread_mdelay(500);}return0;}MSH_CMD_EXPORT(led, RT-Thread first led sample);
问题:gitlab开启了双因素认证
如进行了 OAuth configuration
在进行git操作时如下提示
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead o…