 
            
            
            
            
                12 Nov
                
                    2020
                
            
            
                12 Nov
                
                '20
                
            
            
            
        
    
                9:03 a.m.
            
        + def commit_url_availability(url, base_url) + hub_name = url.split('/')[2] + + # it requires authentication when execute curl to get the commit infomation
^^ information
I will fix it Thanks, Luan Shengde
Thanks, Baijing
+ # clone the repo and then validate the commit for the email address + if hub_name.eql? 'gitee.com' + gitee_commit(url, base_url) + else + non_gitee_commit(url) + end